projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor key removal code to reuse it in next step
[apt.git]
/
apt-private
/
private-list.h
diff --git
a/apt-private/private-list.h
b/apt-private/private-list.h
index 6f5aad27a8800e043742372f257214df0522b859..aa267776488549e6f7b6a7ee71abec6409a54a6d 100644
(file)
--- a/
apt-private/private-list.h
+++ b/
apt-private/private-list.h
@@
-1,9
+1,11
@@
#ifndef APT_PRIVATE_LIST_H
#define APT_PRIVATE_LIST_H
-#include <apt-pkg/
cmndline
.h>
+#include <apt-pkg/
macros
.h>
-bool List(CommandLine &Cmd);
+class CommandLine;
+
+APT_PUBLIC bool DoList(CommandLine &Cmd);
#endif