=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/mandoc/main.h 2014/11/27 14:31:29 1.13 --- src/usr.bin/mandoc/main.h 2014/12/01 08:05:02 1.14 *************** *** 1,4 **** ! /* $OpenBSD: main.h,v 1.13 2014/11/27 14:31:29 deraadt Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $OpenBSD: main.h,v 1.14 2014/12/01 08:05:02 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * *************** *** 15,27 **** * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ __BEGIN_DECLS struct mdoc; struct man; - - #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) - /* * Definitions for main.c-visible output device functions, e.g., -Thtml --- 15,27 ---- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) + __BEGIN_DECLS + struct mchars; struct mdoc; struct man; /* * Definitions for main.c-visible output device functions, e.g., -Thtml