]> git.saurik.com Git - apt.git/blame - apt-private/private-moo.h
Only check for valid Date if checking Valid-Until.
[apt.git] / apt-private / private-moo.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_MOO_H
2#define APT_PRIVATE_MOO_H
3
3b302846
DK
4#include <apt-pkg/macros.h>
5
b9179170
MV
6class CommandLine;
7
63ff4208 8APT_PUBLIC bool DoMoo(CommandLine &CmdL);
b9179170
MV
9bool DoMoo1(CommandLine &CmdL);
10bool DoMoo2(CommandLine &CmdL);
11bool DoMoo3(CommandLine &CmdL);
12bool DoMooApril(CommandLine &CmdL);
13
14#endif