private-main.h 138 B

12345678910
  1. #ifndef APT_PRIVATE_MAIN_H
  2. #define APT_PRIVATE_MAIN_H
  3. #include <apt-pkg/cmndline.h>
  4. void CheckSimulateMode(CommandLine &CmdL);
  5. #endif