summaryrefslogtreecommitdiff
path: root/apt-private/private-moo.h
blob: b8e1cfed66f4679f26c6c2f63401e1a6ec09725d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef APT_PRIVATE_MOO_H
#define APT_PRIVATE_MOO_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