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

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

version 1.31, 2008/12/06 21:10:31 version 1.32, 2008/12/07 22:40:18
Line 248  enum roffmsg { ROFF_WARN, ROFF_ERROR };
Line 248  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 *, const char *);
         int     (*roffhead)(void *, const struct tm *, const char *,          int     (*roffhead)(void *, const struct tm *, const char *,
                         const char *, const char *, const char *);                          const char *, const char *, const char *);
         int     (*rofftail)(void *);          int     (*rofftail)(void *);
         int     (*roffdata)(void *, int, const char *, char *);          int     (*roffdata)(void *, int, const char *, const char *);
         int     (*roffin)(void *, int, int *, char **);          int     (*roffin)(void *, int, int *, const char **);
         int     (*roffout)(void *, int);          int     (*roffout)(void *, int);
         int     (*roffblkin)(void *, int, int *, char **);          int     (*roffblkin)(void *, int, int *, const char **);
         int     (*roffblkout)(void *, int);          int     (*roffblkout)(void *, int);
         int     (*roffblkheadin)(void *, int, int *, char **);          int     (*roffblkheadin)(void *, int, int *, const char **);
         int     (*roffblkheadout)(void *, int);          int     (*roffblkheadout)(void *, int);
         int     (*roffblkbodyin)(void *, int, int *, char **);          int     (*roffblkbodyin)(void *, int, int *, const char **);
         int     (*roffblkbodyout)(void *, int);          int     (*roffblkbodyout)(void *, int);
         int     (*roffspecial)(void *, int, const char *,          int     (*roffspecial)(void *, int, const char *,
                         const int *, const char **, char **);                          const int *, const char **, const char **);
 };  };
   
 struct  rofftree;  struct  rofftree;

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

CVSweb