summaryrefslogtreecommitdiffstats
path: root/manpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'manpath.h')
-rw-r--r--manpath.h6
1 files changed, 3 insertions, 3 deletions
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 *);