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

Diff for /mandoc/Attic/private.h between version 1.24 and 1.26

version 1.24, 2008/12/03 14:39:59 version 1.26, 2008/12/04 11:25:29
Line 213  enum roffmsg { ROFF_WARN, ROFF_ERROR };
Line 213  enum roffmsg { ROFF_WARN, ROFF_ERROR };
 struct  roffcb {  struct  roffcb {
         void    (*roffmsg)(void *, enum roffmsg,          void    (*roffmsg)(void *, enum roffmsg,
                         const char *, const char *, char *);                          const char *, const char *, char *);
         int     (*roffhead)(void *);          int     (*roffhead)(void *, const struct tm *, const char *,
                           const char *, const char *, const char *);
         int     (*rofftail)(void *);          int     (*rofftail)(void *);
         int     (*roffin)(void *, int, int *, char **);  
         int     (*roffdata)(void *, int, char *);          int     (*roffdata)(void *, int, char *);
           int     (*roffin)(void *, int, int *, char **);
         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     (*roffblkheadin)(void *, int, int *, char **);
           int     (*roffblkheadout)(void *, int);
           int     (*roffblkbodyin)(void *, int, int *, char **);
           int     (*roffblkbodyout)(void *, int);
         int     (*roffspecial)(void *, int, int *, char **, char **);          int     (*roffspecial)(void *, int, int *, char **, char **);
 };  };
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.26

CVSweb