X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/83b880c6505a20247239d897b7387bba37942993..a6ae3d3df490e7a5a1c8324ba9dc2e63972b1529:/apt-private/private-search.h diff --git a/apt-private/private-search.h b/apt-private/private-search.h index 539915f1f..8ae1f38f3 100644 --- a/apt-private/private-search.h +++ b/apt-private/private-search.h @@ -1,9 +1,12 @@ #ifndef APT_PRIVATE_SEARCH_H #define APT_PRIVATE_SEARCH_H -class CommandLine; +#include +#include -bool FullTextSearch(CommandLine &CmdL); +class CommandLine; +APT_PUBLIC bool DoSearch(CommandLine &CmdL); +APT_PUBLIC void LocalitySort(pkgCache::VerFile ** const begin, unsigned long long const Count,size_t const Size); #endif