]> git.saurik.com Git - apt.git/blame - apt-private/private-search.h
reimplement build-dep via apts normal resolver
[apt.git] / apt-private / private-search.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_SEARCH_H
2#define APT_PRIVATE_SEARCH_H
3
631800b1 4#include <apt-pkg/pkgcache.h>
63ff4208
DK
5#include <apt-pkg/macros.h>
6
453b82a3 7class CommandLine;
b9179170 8
631800b1
DK
9APT_PUBLIC bool DoSearch(CommandLine &CmdL);
10APT_PUBLIC void LocalitySort(pkgCache::VerFile ** const begin, unsigned long long const Count,size_t const Size);
b9179170
MV
11
12#endif