summaryrefslogtreecommitdiff
path: root/apt-private/private-search.h
blob: 539915f1f6419c81e4ee8fc1e8b20aaa69413081 (plain)
1
2
3
4
5
6
7
8
9
#ifndef APT_PRIVATE_SEARCH_H
#define APT_PRIVATE_SEARCH_H

class CommandLine;

bool FullTextSearch(CommandLine &CmdL);


#endif