[BACK]Return to term.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.h between version 1.56 and 1.57

version 1.56, 2015/04/02 23:47:43 version 1.57, 2015/04/04 17:46:58
Line 95 
Line 95 
         void            (*end)(struct termp *);          void            (*end)(struct termp *);
         void            (*endline)(struct termp *);          void            (*endline)(struct termp *);
         void            (*advance)(struct termp *, size_t);          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);          size_t          (*width)(const struct termp *, int);
         double          (*hspan)(const struct termp *,          int             (*hspan)(const struct termp *,
                                 const struct roffsu *);                                  const struct roffsu *);
         const void       *argf;         /* arg for headf/footf */          const void       *argf;         /* arg for headf/footf */
         struct termp_ps  *ps;          struct termp_ps  *ps;

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57