blob: bc8b3e7dd6fd7e86c5cc54b76a82c1117bcf54a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef APT_PRIVATE_MOO_H
#define APT_PRIVATE_MOO_H
#include <apt-pkg/macros.h>
class CommandLine;
APT_PUBLIC bool DoMoo(CommandLine &CmdL);
bool DoMoo1(CommandLine &CmdL);
bool DoMoo2(CommandLine &CmdL);
bool DoMoo3(CommandLine &CmdL);
bool DoMooApril(CommandLine &CmdL);
#endif
|