add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
[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