aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitce4f763b585b472437eaa8223aee79105d7c3087 (patch)
tree2a04d7a6e538773becdacffe04c4eb0df2f0cb3e /manpath.h
parent814b41ea4b9a164160af761e33b09e8f7efaafa3 (diff)
downloadmandoc-ce4f763b585b472437eaa8223aee79105d7c3087.tar.gz
mandoc-ce4f763b585b472437eaa8223aee79105d7c3087.tar.zst
mandoc-ce4f763b585b472437eaa8223aee79105d7c3087.zip
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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/manpath.h b/manpath.h
index d55a0452..167ee010 100644
--- a/manpath.h
+++ b/manpath.h
@@ -1,4 +1,4 @@
-/* $Id: manpath.h,v 1.4 2011/12/12 02:00:49 schwarze Exp $ */
+/* $Id: manpath.h,v 1.5 2011/12/13 20:56:46 kristaps Exp $ */
/*
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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