private-cmndline.h 220 B

1234567891011
  1. #ifndef APT_PRIVATE_CMNDLINE_H
  2. #define APT_PRIVATE_CMNDLINE_H
  3. #include <apt-pkg/cmndline.h>
  4. #include <vector>
  5. std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
  6. #endif