fix and non-silent fail dpkg-overwrite error test
[ntk/apt.git] / apt-private / private-list.h
index 6f5aad2..aa26777 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 DoList(CommandLine &Cmd);
 
 
 #endif