diff options
Diffstat (limited to 'apropos_db.h')
-rw-r--r-- | apropos_db.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apropos_db.h b/apropos_db.h index 316d5669..3e0b347b 100644 --- a/apropos_db.h +++ b/apropos_db.h @@ -24,11 +24,11 @@ struct res { char *arch; /* arch (or empty string) */ char *desc; /* description (from Nd) */ unsigned int rec; /* record in index */ - /* + /* * The index volume. This indexes into the array of directories * searched for manual page databases. */ - unsigned int volume; + unsigned int volume; }; struct opts { @@ -40,8 +40,8 @@ __BEGIN_DECLS struct expr; -int apropos_search(int, char **, const struct opts *, - const struct expr *, size_t, void *, +int apropos_search(int, char **, const struct opts *, + const struct expr *, size_t, void *, void (*)(struct res *, size_t, void *)); struct expr *exprcomp(int, char *[], size_t *); void exprfree(struct expr *); |