=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.149 retrieving revision 1.150 diff -c -r1.149 -r1.150 *** src/usr.bin/mandoc/mandoc.h 2015/10/30 19:03:36 1.149 --- src/usr.bin/mandoc/mandoc.h 2015/11/07 13:57:55 1.150 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.h,v 1.149 2015/10/30 19:03:36 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mandoc.h,v 1.150 2015/11/07 13:57:55 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze *************** *** 408,414 **** typedef void (*mandocmsg)(enum mandocerr, enum mandoclevel, const char *, int, int, const char *); - __BEGIN_DECLS struct mparse; struct roff_man; --- 408,413 ---- *************** *** 432,436 **** const char *mparse_getkeep(const struct mparse *); const char *mparse_strerror(enum mandocerr); const char *mparse_strlevel(enum mandoclevel); - - __END_DECLS --- 431,433 ----