private-moo.h 244 B

12345678910111213
  1. #ifndef APT_PRIVATE_MOO_H
  2. #define APT_PRIVATE_MOO_H
  3. class CommandLine;
  4. bool DoMoo(CommandLine &CmdL);
  5. bool DoMoo1(CommandLine &CmdL);
  6. bool DoMoo2(CommandLine &CmdL);
  7. bool DoMoo3(CommandLine &CmdL);
  8. bool DoMooApril(CommandLine &CmdL);
  9. #endif