=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.h,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/usr.bin/mandoc/term.h 2015/04/02 23:47:43 1.56 --- src/usr.bin/mandoc/term.h 2015/04/04 17:46:58 1.57 *************** *** 1,4 **** ! /* $OpenBSD: term.h,v 1.56 2015/04/02 23:47:43 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: term.h,v 1.57 2015/04/04 17:46:58 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015 Ingo Schwarze *************** *** 95,103 **** void (*end)(struct termp *); void (*endline)(struct termp *); void (*advance)(struct termp *, size_t); ! void (*setwidth)(struct termp *, int, size_t); size_t (*width)(const struct termp *, int); ! double (*hspan)(const struct termp *, const struct roffsu *); const void *argf; /* arg for headf/footf */ struct termp_ps *ps; --- 95,103 ---- void (*end)(struct termp *); void (*endline)(struct termp *); void (*advance)(struct termp *, size_t); ! void (*setwidth)(struct termp *, int, int); size_t (*width)(const struct termp *, int); ! int (*hspan)(const struct termp *, const struct roffsu *); const void *argf; /* arg for headf/footf */ struct termp_ps *ps;