=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.h,v retrieving revision 1.73 retrieving revision 1.74 diff -c -r1.73 -r1.74 *** src/usr.bin/mandoc/term.h 2017/06/17 14:55:02 1.73 --- src/usr.bin/mandoc/term.h 2017/07/08 14:51:01 1.74 *************** *** 1,4 **** ! /* $OpenBSD: term.h,v 1.73 2017/06/17 14:55:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: term.h,v 1.74 2017/07/08 14:51:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze *************** *** 36,42 **** TERMFONT__MAX }; ! struct eqn; struct roff_meta; struct roff_node; struct tbl_span; --- 36,42 ---- TERMFONT__MAX }; ! struct eqn_box; struct roff_meta; struct roff_node; struct tbl_span; *************** *** 126,132 **** void roff_term_pre(struct termp *, const struct roff_node *); ! void term_eqn(struct termp *, const struct eqn *); void term_tbl(struct termp *, const struct tbl_span *); void term_free(struct termp *); void term_setcol(struct termp *, size_t); --- 126,132 ---- void roff_term_pre(struct termp *, const struct roff_node *); ! void term_eqn(struct termp *, const struct eqn_box *); void term_tbl(struct termp *, const struct tbl_span *); void term_free(struct termp *); void term_setcol(struct termp *, size_t);