squash merge of the feature/apt-binary branch without the changes from experimental
[ntk/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