private-source.h 208 B

123456789101112
  1. #ifndef APT_PRIVATE_SOURCE_H
  2. #define APT_PRIVATE_SOURCE_H
  3. #include <apt-pkg/macros.h>
  4. class CommandLine;
  5. APT_PUBLIC bool DoSource(CommandLine &CmdL);
  6. APT_PUBLIC bool DoBuildDep(CommandLine &CmdL);
  7. #endif