[BACK]Return to private.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/private.h between version 1.21 and 1.22

version 1.21, 2008/12/01 15:32:36 version 1.22, 2008/12/02 13:20:24
Line 222  struct roffcb {
Line 222  struct roffcb {
         int     (*roffout)(void *, int);          int     (*roffout)(void *, int);
         int     (*roffblkin)(void *, int, int *, char **);          int     (*roffblkin)(void *, int, int *, char **);
         int     (*roffblkout)(void *, int);          int     (*roffblkout)(void *, int);
         int     (*roffspecial)(void *, int);          int     (*roffspecial)(void *, int, int *, char **, char **);
 };  };
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb