=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.h,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/mandoc/term.h 2014/04/08 07:13:01 1.44 --- src/usr.bin/mandoc/term.h 2014/04/20 16:44:44 1.45 *************** *** 1,4 **** ! /* $Id: term.h,v 1.44 2014/04/08 07:13:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: term.h,v 1.45 2014/04/20 16:44:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze *************** *** 111,122 **** void term_vspace(struct termp *); void term_word(struct termp *, const char *); void term_flushln(struct termp *); ! void term_begin(struct termp *, term_margin, term_margin, const void *); void term_end(struct termp *); void term_setwidth(struct termp *, const char *); ! size_t term_hspan(const struct termp *, const struct roffsu *); size_t term_vspan(const struct termp *, const struct roffsu *); --- 111,122 ---- void term_vspace(struct termp *); void term_word(struct termp *, const char *); void term_flushln(struct termp *); ! void term_begin(struct termp *, term_margin, term_margin, const void *); void term_end(struct termp *); void term_setwidth(struct termp *, const char *); ! size_t term_hspan(const struct termp *, const struct roffsu *); size_t term_vspan(const struct termp *, const struct roffsu *);