=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/manconf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/mandoc/manconf.h 2015/11/07 13:57:55 1.2 +++ src/usr.bin/mandoc/manconf.h 2017/01/27 13:47:17 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: manconf.h,v 1.2 2015/11/07 13:57:55 schwarze Exp $ */ +/* $OpenBSD: manconf.h,v 1.3 2017/01/27 13:47:17 schwarze Exp $ */ /* * Copyright (c) 2011, 2015 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -44,5 +44,5 @@ void manconf_parse(struct manconf *, const char *, char *, char *); -void manconf_output(struct manoutput *, const char *); +int manconf_output(struct manoutput *, const char *, int); void manconf_free(struct manconf *);