]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-search.h
releasing package apt version 1.1~exp1
[apt.git] / apt-private / private-search.h
index 539915f1f6419c81e4ee8fc1e8b20aaa69413081..d4786233a1be39c734a900c9d0b82958575fb8d2 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef APT_PRIVATE_SEARCH_H
 #define APT_PRIVATE_SEARCH_H
 
+#include <apt-pkg/macros.h>
+
 class CommandLine;
 
-bool FullTextSearch(CommandLine &CmdL);
+APT_PUBLIC bool FullTextSearch(CommandLine &CmdL);
 
 
 #endif