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

Diff for /mandoc/Attic/private.h between version 1.10 and 1.11

version 1.10, 2008/11/27 11:23:51 version 1.11, 2008/11/27 14:02:41
Line 215  struct roffcb {
Line 215  struct roffcb {
         int     (*roffout)(int);          int     (*roffout)(int);
         int     (*roffblkin)(int);          int     (*roffblkin)(int);
         int     (*roffblkout)(int);          int     (*roffblkout)(int);
           int     (*roffspecial)(int);
 };  };
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb