=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/manpath.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/mandoc/Attic/manpath.h 2011/11/26 16:41:35 1.1 --- src/usr.bin/mandoc/Attic/manpath.h 2011/12/12 01:59:13 1.2 *************** *** 1,4 **** ! /* $Id: manpath.h,v 1.1 2011/11/26 16:41:35 schwarze Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons --- 1,4 ---- ! /* $Id: manpath.h,v 1.2 2011/12/12 01:59:13 schwarze Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons *************** *** 29,37 **** __BEGIN_DECLS ! void manpath_manconf(const char *, struct manpaths *); ! void manpath_parse(struct manpaths *, char *, char *); ! void manpath_parseconf(struct manpaths *); void manpath_parseline(struct manpaths *, char *); void manpath_free(struct manpaths *); --- 29,37 ---- __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 *);