summaryrefslogtreecommitdiffstats
path: root/manpath.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-13 20:56:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-13 20:56:46 +0000
commit39973a2e265984d88bf4e3d32b543087edb0e8ef (patch)
treeb6de504b12245f4744fc2c95ab68e3636df5e9e4 /manpath.h
parent63b4f6c9bed49f0b41f7ccccb52f3283e4e1a12a (diff)
downloadmandoc-39973a2e265984d88bf4e3d32b543087edb0e8ef.tar.gz
Have manpath.c properly use manpath(1), that is, using -C and -m and so on.
This also cleans up the code a little bit. While here, make some functions static that are only used within manpath.c.
Diffstat (limited to 'manpath.h')
-rw-r--r--manpath.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/manpath.h b/manpath.h
index 074967ba..030e4f0e 100644
--- a/manpath.h
+++ b/manpath.h
@@ -31,8 +31,6 @@ __BEGIN_DECLS
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 *);
__END_DECLS