=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.112 retrieving revision 1.113 diff -u -p -r1.112 -r1.113 --- mandoc/term.h 2015/04/02 23:48:20 1.112 +++ mandoc/term.h 2015/04/04 17:47:18 1.113 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.112 2015/04/02 23:48:20 schwarze Exp $ */ +/* $Id: term.h,v 1.113 2015/04/04 17:47:18 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015 Ingo Schwarze @@ -95,9 +95,9 @@ struct termp { void (*end)(struct termp *); void (*endline)(struct termp *); void (*advance)(struct termp *, size_t); - void (*setwidth)(struct termp *, int, size_t); + void (*setwidth)(struct termp *, int, int); size_t (*width)(const struct termp *, int); - double (*hspan)(const struct termp *, + int (*hspan)(const struct termp *, const struct roffsu *); const void *argf; /* arg for headf/footf */ struct termp_ps *ps;