X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b917917067e757c4479a344a263ef7cf43c00866..fe86debbae914b51d2799e7b24abfd1f944f8caf:/apt-private/private-search.h diff --git a/apt-private/private-search.h b/apt-private/private-search.h index 17faffebc..d4786233a 100644 --- a/apt-private/private-search.h +++ b/apt-private/private-search.h @@ -1,9 +1,11 @@ #ifndef APT_PRIVATE_SEARCH_H #define APT_PRIVATE_SEARCH_H -#include +#include -bool FullTextSearch(CommandLine &CmdL); +class CommandLine; + +APT_PUBLIC bool FullTextSearch(CommandLine &CmdL); #endif