Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid
[ntk/apt.git] / apt-private / private-moo.h
CommitLineData
b9179170
MV
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