]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-moo.h
Merge branch 'debian/sid' into debian/experimental
[apt.git] / apt-private / private-moo.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_MOO_H
2#define APT_PRIVATE_MOO_H
3
4class CommandLine;
5
6APT_PUBLIC bool DoMoo(CommandLine &CmdL);
7bool DoMoo1(CommandLine &CmdL);
8bool DoMoo2(CommandLine &CmdL);
9bool DoMoo3(CommandLine &CmdL);
10bool DoMooApril(CommandLine &CmdL);
11
12#endif