=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/mandoc/html.h 2014/11/27 14:31:29 1.30 --- src/usr.bin/mandoc/html.h 2014/12/01 08:05:02 1.31 *************** *** 1,4 **** ! /* $OpenBSD: html.h,v 1.30 2014/11/27 14:31:29 deraadt Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * --- 1,4 ---- ! /* $OpenBSD: html.h,v 1.31 2014/12/01 08:05:02 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * *************** *** 15,22 **** * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - __BEGIN_DECLS - enum htmltag { TAG_HTML, TAG_HEAD, --- 15,20 ---- *************** *** 143,148 **** --- 141,151 ---- int oflags; /* output options */ #define HTML_FRAGMENT (1 << 0) /* don't emit HTML/HEAD/BODY */ }; + + __BEGIN_DECLS + + struct tbl_span; + struct eqn; void print_gen_decls(struct html *); void print_gen_head(struct html *);