private-moo.h 284 B

123456789101112131415
  1. #ifndef APT_PRIVATE_MOO_H
  2. #define APT_PRIVATE_MOO_H
  3. #include <apt-pkg/macros.h>
  4. class CommandLine;
  5. APT_PUBLIC bool DoMoo(CommandLine &CmdL);
  6. bool DoMoo1(CommandLine &CmdL);
  7. bool DoMoo2(CommandLine &CmdL);
  8. bool DoMoo3(CommandLine &CmdL);
  9. bool DoMooApril(CommandLine &CmdL);
  10. #endif