projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
po: update zh_CN translation slightly
[apt.git]
/
apt-private
/
private-search.h
diff --git
a/apt-private/private-search.h
b/apt-private/private-search.h
index 17faffebcde211686aad13fd74c962aa03cc95f8..d4786233a1be39c734a900c9d0b82958575fb8d2 100644
(file)
--- a/
apt-private/private-search.h
+++ b/
apt-private/private-search.h
@@
-1,9
+1,11
@@
#ifndef APT_PRIVATE_SEARCH_H
#define APT_PRIVATE_SEARCH_H
-#include <apt-pkg/
cmndline
.h>
+#include <apt-pkg/
macros
.h>
-bool FullTextSearch(CommandLine &CmdL);
+class CommandLine;
+
+APT_PUBLIC bool FullTextSearch(CommandLine &CmdL);
#endif