private-search.h 305 B

12345678910111213
  1. #ifndef APT_PRIVATE_SEARCH_H
  2. #define APT_PRIVATE_SEARCH_H
  3. #include <apt-pkg/pkgcache.h>
  4. #include <apt-pkg/macros.h>
  5. class CommandLine;
  6. APT_PUBLIC bool DoSearch(CommandLine &CmdL);
  7. APT_PUBLIC void LocalitySort(pkgCache::VerFile ** const begin, unsigned long long const Count,size_t const Size);
  8. #endif