=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/mandoc/main.h 2015/10/13 22:57:49 1.18 --- src/usr.bin/mandoc/main.h 2015/11/07 13:57:55 1.19 *************** *** 1,4 **** ! /* $OpenBSD: main.h,v 1.18 2015/10/13 22:57:49 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: main.h,v 1.19 2015/11/07 13:57:55 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze *************** *** 18,25 **** #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) - __BEGIN_DECLS - struct roff_man; struct manoutput; --- 18,23 ---- *************** *** 53,57 **** void terminal_mdoc(void *, const struct roff_man *); void terminal_man(void *, const struct roff_man *); - - __END_DECLS --- 51,53 ----