=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.h,v retrieving revision 1.71 retrieving revision 1.72 diff -c -r1.71 -r1.72 *** src/usr.bin/mandoc/term.h 2017/06/12 18:55:42 1.71 --- src/usr.bin/mandoc/term.h 2017/06/14 17:50:43 1.72 *************** *** 1,4 **** ! /* $OpenBSD: term.h,v 1.71 2017/06/12 18:55:42 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: term.h,v 1.72 2017/06/14 17:50:43 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze *************** *** 140,145 **** --- 140,146 ---- void term_setwidth(struct termp *, const char *); int term_hspan(const struct termp *, const struct roffsu *); + int term_hen(const struct termp *, const struct roffsu *); int term_vspan(const struct termp *, const struct roffsu *); size_t term_strlen(const struct termp *, const char *); size_t term_len(const struct termp *, size_t);