private-search.h 139 B

12345678910
  1. #ifndef APT_PRIVATE_SEARCH_H
  2. #define APT_PRIVATE_SEARCH_H
  3. #include <apt-pkg/cmndline.h>
  4. bool FullTextSearch(CommandLine &CmdL);
  5. #endif