diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-11-27 18:54:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-11-27 18:54:01 +0000 |
commit | dd0e5f88129e79f476e873d84e50a2df6c0fb422 (patch) | |
tree | 2d2b5131656fc873d94e534c9f43e52d1c4a04f8 /apropos_db.h | |
parent | 9c9b2be283f5e152e4043a33013ba3f871580670 (diff) | |
download | mandoc-dd0e5f88129e79f476e873d84e50a2df6c0fb422.tar.gz |
Get us a whatis(1) mode for apropos(1).
This is from a patch to tech@ as critiqued by schwarze@, checked in to
get the ball rolling.
Diffstat (limited to 'apropos_db.h')
-rw-r--r-- | apropos_db.h | 1 |
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 |