projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
do not show summary in "apt list"
[apt.git]
/
apt-private
/
private-moo.h
1
#ifndef APT_PRIVATE_MOO_H
2
#define APT_PRIVATE_MOO_H
3
4
class
CommandLine
;
5
6
bool
DoMoo
(
CommandLine
&
CmdL
);
7
bool
DoMoo1
(
CommandLine
&
CmdL
);
8
bool
DoMoo2
(
CommandLine
&
CmdL
);
9
bool
DoMoo3
(
CommandLine
&
CmdL
);
10
bool
DoMooApril
(
CommandLine
&
CmdL
);
11
12
#endif