=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** src/usr.bin/mandoc/html.h 2018/05/09 00:45:33 1.51 --- src/usr.bin/mandoc/html.h 2018/05/25 20:23:39 1.52 *************** *** 1,4 **** ! /* $OpenBSD: html.h,v 1.51 2018/05/09 00:45:33 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: html.h,v 1.52 2018/05/25 20:23:39 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018 Ingo Schwarze *************** *** 133,137 **** void print_paragraph(struct html *); void print_endline(struct html *); ! char *html_make_id(const struct roff_node *); int html_strlen(const char *); --- 133,137 ---- void print_paragraph(struct html *); void print_endline(struct html *); ! char *html_make_id(const struct roff_node *, int); int html_strlen(const char *);