diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-13 20:56:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-13 20:56:46 +0000 |
commit | 39973a2e265984d88bf4e3d32b543087edb0e8ef (patch) | |
tree | b6de504b12245f4744fc2c95ab68e3636df5e9e4 /manpath.h | |
parent | 63b4f6c9bed49f0b41f7ccccb52f3283e4e1a12a (diff) | |
download | mandoc-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |