diff options
Diffstat (limited to 'apropos_db.h')
-rw-r--r-- | apropos_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apropos_db.h b/apropos_db.h index 6cc14d57..cc6e41d9 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 *[]); +struct expr *exprcomp(char *); void exprfree(struct expr *); __END_DECLS |