]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-search.h
support dpkg debug mode in APT::StateChanges
[apt.git] / apt-private / private-search.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_SEARCH_H
2#define APT_PRIVATE_SEARCH_H
3
4#include <apt-pkg/pkgcache.h>
5#include <apt-pkg/macros.h>
6
7class CommandLine;
8
9APT_PUBLIC bool DoSearch(CommandLine &CmdL);
10APT_PUBLIC void LocalitySort(pkgCache::VerFile ** const begin, unsigned long long const Count,size_t const Size);
11
12#endif