]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-list.h
Add new Debug::RunScripts option
[apt.git] / apt-private / private-list.h
index 6f5aad27a8800e043742372f257214df0522b859..461f527cb24c2f1382f66cd07e198ad8e3f80b4d 100644 (file)
@@ -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 List(CommandLine &Cmd);
 
 
 #endif