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

Diff for /mandoc/Attic/private.h between version 1.29 and 1.30

version 1.29, 2008/12/04 19:31:57 version 1.30, 2008/12/04 23:10:51
Line 261  struct roffcb {
Line 261  struct roffcb {
         int     (*roffblkheadout)(void *, int);          int     (*roffblkheadout)(void *, int);
         int     (*roffblkbodyin)(void *, int, int *, char **);          int     (*roffblkbodyin)(void *, int, int *, char **);
         int     (*roffblkbodyout)(void *, int);          int     (*roffblkbodyout)(void *, int);
         int     (*roffspecial)(void *, int, int *, char **, char **);          int     (*roffspecial)(void *, int, const char *, char **);
 };  };
   
 struct  rofftree;  struct  rofftree;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb