summaryrefslogtreecommitdiffstats
path: root/manpath.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-11-24 10:43:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-11-24 10:43:55 +0000
commit9a148299955838a8d5925f8323a7a2763082b8cd (patch)
treeaf8a78c98a84db1339562feab69c46767c2a4e79 /manpath.h
parent8c2df82728badd2404bb51007002d857b03bb2e5 (diff)
downloadmandoc-9a148299955838a8d5925f8323a7a2763082b8cd.tar.gz
Export the manpath_manconf() function, slightly reorderng manpath.c while
doing so. This will be used by a jailed man.cgi, as the cache built by manup(8) creates a man.conf for it to use.
Diffstat (limited to 'manpath.h')
-rw-r--r--manpath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/manpath.h b/manpath.h
index 0d259280..6b9837aa 100644
--- a/manpath.h
+++ b/manpath.h
@@ -29,6 +29,7 @@ struct manpaths {
__BEGIN_DECLS
+void manpath_manconf(struct manpaths *);
void manpath_parse(struct manpaths *, char *, char *);
void manpath_parseconf(struct manpaths *);
void manpath_parseline(struct manpaths *, char *);