=================================================================== RCS file: /cvs/mandoc/manconf.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/manconf.h 2015/03/27 17:37:25 1.1 +++ mandoc/manconf.h 2015/11/07 14:01:16 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: manconf.h,v 1.1 2015/03/27 17:37:25 schwarze Exp $ */ +/* $OpenBSD: manconf.h,v 1.2 2015/11/07 14:01:16 schwarze Exp $ */ /* * Copyright (c) 2011, 2015 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -42,10 +42,7 @@ struct manconf { struct manpaths manpath; }; -__BEGIN_DECLS void manconf_parse(struct manconf *, const char *, char *, char *); void manconf_output(struct manoutput *, const char *); void manconf_free(struct manconf *); - -__END_DECLS