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

Diff for /mandoc/Attic/private.h between version 1.19 and 1.20

version 1.19, 2008/11/30 20:53:34 version 1.20, 2008/11/30 21:41:35
Line 213  struct roffcb {
Line 213  struct roffcb {
                         const char *, const char *, char *);                          const char *, const char *, char *);
         int     (*roffhead)(void *);          int     (*roffhead)(void *);
         int     (*rofftail)(void *);          int     (*rofftail)(void *);
         int     (*roffin)(void *, int, int, int *, char **);          int     (*roffin)(void *, int, int *, char **);
         int     (*roffdata)(void *, int, char *);          int     (*roffdata)(void *, int, char *);
         int     (*roffout)(void *, int);          int     (*roffout)(void *, int);
         int     (*roffblkin)(void *, int, int *, char **);          int     (*roffblkin)(void *, int, int *, char **);
Line 233  void   *md_init_html4_strict(const struct md_args *,
Line 233  void   *md_init_html4_strict(const struct md_args *,
 int               md_line_html4_strict(void *, char *);  int               md_line_html4_strict(void *, char *);
 int               md_exit_html4_strict(void *, int);  int               md_exit_html4_strict(void *, int);
   
 void             *md_init_valid(const struct md_args *,  void             *md_init_xml(const struct md_args *,
                         struct md_mbuf *, const struct md_rbuf *);                          struct md_mbuf *, const struct md_rbuf *);
 int               md_line_valid(void *, char *);  int               md_line_xml(void *, char *);
 int               md_exit_valid(void *, int);  int               md_exit_xml(void *, int);
   
 int               md_buf_puts(struct md_mbuf *, const char *, size_t);  int               md_buf_puts(struct md_mbuf *, const char *, size_t);
 int               md_buf_putchar(struct md_mbuf *, char);  int               md_buf_putchar(struct md_mbuf *, char);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb