]>
git.saurik.com Git - apt.git/blob - apt-private/private-search.h
1 #ifndef APT_PRIVATE_SEARCH_H
2 #define APT_PRIVATE_SEARCH_H
4 #include <apt-pkg/pkgcache.h>
5 #include <apt-pkg/macros.h>
9 APT_PUBLIC
bool DoSearch(CommandLine
&CmdL
);
10 APT_PUBLIC
void LocalitySort(pkgCache::VerFile
** const begin
, unsigned long long const Count
,size_t const Size
);