]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-moo.h
add --manual-installed commandline switch
[apt.git] / apt-private / private-moo.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_MOO_H
2#define APT_PRIVATE_MOO_H
3
4class CommandLine;
5
6bool DoMoo(CommandLine &CmdL);
7bool DoMoo1(CommandLine &CmdL);
8bool DoMoo2(CommandLine &CmdL);
9bool DoMoo3(CommandLine &CmdL);
10bool DoMooApril(CommandLine &CmdL);
11
12#endif