]> git.saurik.com Git - apt.git/blob - apt-private/private-cmndline.h
first version with test
[apt.git] / apt-private / private-cmndline.h
1 #ifndef APT_PRIVATE_CMNDLINE_H
2 #define APT_PRIVATE_CMNDLINE_H
3
4 #include <apt-pkg/cmndline.h>
5
6 #include <vector>
7
8 std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
9
10 #endif