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

Diff for /mandoc/Attic/private.h between version 1.12 and 1.13

version 1.12, 2008/11/27 16:54:58 version 1.13, 2008/11/27 17:27:50
Line 214  struct roffcb {
Line 214  struct roffcb {
                         int, char *);                          int, char *);
         int     (*roffhead)(void);          int     (*roffhead)(void);
         int     (*rofftail)(void);          int     (*rofftail)(void);
         int     (*roffin)(int, int *, char **);          int     (*roffin)(const struct md_args *, int, int *, char **);
         int     (*roffout)(int);          int     (*roffout)(const struct md_args *, int);
         int     (*roffblkin)(int);          int     (*roffblkin)(const struct md_args *, int);
         int     (*roffblkout)(int);          int     (*roffblkout)(const struct md_args *, int);
         int     (*roffspecial)(int);          int     (*roffspecial)(int);
 };  };
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb