=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.175 retrieving revision 1.176 diff -u -p -r1.175 -r1.176 --- mandoc/mandoc.h 2014/12/01 04:14:14 1.175 +++ mandoc/mandoc.h 2014/12/01 08:05:52 1.176 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.175 2014/12/01 04:14:14 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.176 2014/12/01 08:05:52 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -414,12 +414,12 @@ enum mandoc_esc { typedef void (*mandocmsg)(enum mandocerr, enum mandoclevel, const char *, int, int, const char *); +__BEGIN_DECLS + struct mparse; struct mchars; struct mdoc; struct man; - -__BEGIN_DECLS enum mandoc_esc mandoc_escape(const char **, const char **, int *); struct mchars *mchars_alloc(void);