=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/usr.bin/mandoc/html.h 2017/02/05 20:21:17 1.45 --- src/usr.bin/mandoc/html.h 2017/03/15 11:29:50 1.46 *************** *** 1,4 **** ! /* $OpenBSD: html.h,v 1.45 2017/02/05 20:21:17 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: html.h,v 1.46 2017/03/15 11:29:50 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017 Ingo Schwarze *************** *** 112,117 **** --- 112,118 ---- }; + struct roff_node; struct tbl_span; struct eqn; *************** *** 127,130 **** --- 128,132 ---- void print_paragraph(struct html *); void print_endline(struct html *); + char *html_make_id(const struct roff_node *); int html_strlen(const char *);