Release 1.3
[apt.git] / apt-private / private-moo.h
0 / 14 (  0%)
CommitLineData
1#ifndef APT_PRIVATE_MOO_H
2#define APT_PRIVATE_MOO_H
3
4#include <apt-pkg/macros.h>
5
6class CommandLine;
7
8APT_PUBLIC bool DoMoo(CommandLine &CmdL);
9bool DoMoo1(CommandLine &CmdL);
10bool DoMoo2(CommandLine &CmdL);
11bool DoMoo3(CommandLine &CmdL);
12bool DoMooApril(CommandLine &CmdL);
13
14#endif