=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/manpath.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/mandoc/Attic/manpath.h 2011/12/12 01:59:13 1.2 +++ src/usr.bin/mandoc/Attic/manpath.h 2011/12/19 02:26:33 1.3 @@ -1,4 +1,4 @@ -/* $Id: manpath.h,v 1.2 2011/12/12 01:59:13 schwarze Exp $ */ +/* $Id: manpath.h,v 1.3 2011/12/19 02:26:33 schwarze Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -31,8 +31,6 @@ 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