=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/mandoc/html.h 2015/11/07 13:57:55 1.34 --- src/usr.bin/mandoc/html.h 2016/07/19 13:30:16 1.35 *************** *** 1,4 **** ! /* $OpenBSD: html.h,v 1.34 2015/11/07 13:57:55 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * --- 1,4 ---- ! /* $OpenBSD: html.h,v 1.35 2016/07/19 13:30:16 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * *************** *** 158,164 **** void print_eqn(struct html *, const struct eqn *); void print_paragraph(struct html *); ! void bufcat_fmt(struct html *, const char *, ...); void bufcat(struct html *, const char *); void bufcat_id(struct html *, const char *); void bufcat_style(struct html *, --- 158,165 ---- void print_eqn(struct html *, const struct eqn *); void print_paragraph(struct html *); ! void bufcat_fmt(struct html *, const char *, ...) ! __attribute__((__format__ (printf, 2, 3))); void bufcat(struct html *, const char *); void bufcat_id(struct html *, const char *); void bufcat_style(struct html *,