From c42838fef393e5adf1aa518e01ad6d6a81fdacac Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 12 Dec 2011 02:00:49 +0000 Subject: implement -C (alternative config file) for apropos(1) and mandocdb(8), including various tweaks to the whatis(8) manual; ok kristaps@ --- manpath.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manpath.h') diff --git a/manpath.h b/manpath.h index 7e6950d0..074967ba 100644 --- a/manpath.h +++ b/manpath.h @@ -29,9 +29,9 @@ struct manpaths { __BEGIN_DECLS -void manpath_manconf(const char *, struct manpaths *); -void manpath_parse(struct manpaths *, char *, char *); -void manpath_parseconf(struct manpaths *); +void manpath_manconf(struct manpaths *, const char *); +void manpath_parse(struct manpaths *, const char *, char *, char *); +void manpath_parseconf(struct manpaths *, const char *); void manpath_parseline(struct manpaths *, char *); void manpath_free(struct manpaths *); -- cgit