=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.230 retrieving revision 1.231 diff -u -p -r1.230 -r1.231 --- mandoc/mdoc_html.c 2015/04/16 20:22:27 1.230 +++ mandoc/mdoc_html.c 2015/04/18 16:06:40 1.231 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.230 2015/04/16 20:22:27 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.231 2015/04/18 16:06:40 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -265,7 +265,7 @@ static const char * const lists[LIST_MAX] = { void -html_mdoc(void *arg, const struct mdoc *mdoc) +html_mdoc(void *arg, const struct roff_man *mdoc) { print_mdoc(mdoc_meta(mdoc), mdoc_node(mdoc)->child,