summaryrefslogtreecommitdiffstats
path: root/apropos_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'apropos_db.h')
-rw-r--r--apropos_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apropos_db.h b/apropos_db.h
index 135f6793..6cc14d57 100644
--- a/apropos_db.h
+++ b/apropos_db.h
@@ -49,7 +49,7 @@ void apropos_search(const struct opts *,
const struct expr *, void *,
void (*)(struct rec *, size_t, void *));
-struct expr *exprcomp(int, char *[], int);
+struct expr *exprcomp(int, char *[]);
void exprfree(struct expr *);
__END_DECLS