From ce4f763b585b472437eaa8223aee79105d7c3087 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 13 Dec 2011 20:56:46 +0000 Subject: 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. --- manpath.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'manpath.h') 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 * Copyright (c) 2011 Kristaps Dzonsons @@ -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 -- cgit v1.2.3