projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup
[apt.git]
/
apt-private
/
private-list.h
diff --git
a/apt-private/private-list.h
b/apt-private/private-list.h
index 749744dd1dde441a817ab5f1578e18d43207a0c1..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/macros.h>
+
class CommandLine;
-
bool
List(CommandLine &Cmd);
+
APT_PUBLIC bool Do
List(CommandLine &Cmd);
#endif