]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-search.h
do not call resolver twice on (dist-)upgrade
[apt.git] / apt-private / private-search.h
index 17faffebcde211686aad13fd74c962aa03cc95f8..d4786233a1be39c734a900c9d0b82958575fb8d2 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef APT_PRIVATE_SEARCH_H
 #define APT_PRIVATE_SEARCH_H
 
-#include <apt-pkg/cmndline.h>
+#include <apt-pkg/macros.h>
 
-bool FullTextSearch(CommandLine &CmdL);
+class CommandLine;
+
+APT_PUBLIC bool FullTextSearch(CommandLine &CmdL);
 
 
 #endif