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