=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -r1.95 -r1.96 --- mandoc/html.h 2018/10/25 01:32:40 1.95 +++ mandoc/html.h 2018/12/16 00:17:02 1.96 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.95 2018/10/25 01:32:40 schwarze Exp $ */ +/* $Id: html.h,v 1.96 2018/12/16 00:17:02 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018 Ingo Schwarze @@ -125,6 +125,7 @@ void roff_html_pre(struct html *, const struct roff void print_gen_comment(struct html *, struct roff_node *); void print_gen_decls(struct html *); void print_gen_head(struct html *); +void print_metaf(struct html *, enum mandoc_esc); struct tag *print_otag(struct html *, enum htmltag, const char *, ...); void print_tagq(struct html *, const struct tag *); void print_stagq(struct html *, const struct tag *);