summaryrefslogtreecommitdiffstats
path: root/apropos_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'apropos_db.h')
-rw-r--r--apropos_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apropos_db.h b/apropos_db.h
index 3e0b347b..2591d87e 100644
--- a/apropos_db.h
+++ b/apropos_db.h
@@ -45,6 +45,7 @@ int apropos_search(int, char **, const struct opts *,
void (*)(struct res *, size_t, void *));
struct expr *exprcomp(int, char *[], size_t *);
void exprfree(struct expr *);
+struct expr *termcomp(int, char *[], size_t *);
__END_DECLS