]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-list.h
tests: add epoch-packages to try clean with epochs
[apt.git] / apt-private / private-list.h
index 749744dd1dde441a817ab5f1578e18d43207a0c1..aa267776488549e6f7b6a7ee71abec6409a54a6d 100644 (file)
@@ -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 DoList(CommandLine &Cmd);
 
 
 #endif