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

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

version 1.30, 2008/12/04 23:10:51 version 1.31, 2008/12/06 21:10:31
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, const char *, char **);          int     (*roffspecial)(void *, int, const char *,
                           const int *, const char **, char **);
 };  };
   
 struct  rofftree;  struct  rofftree;

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

CVSweb