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

Diff for /mandoc/Attic/private.h between version 1.1 and 1.2

version 1.1, 2008/11/23 16:53:18 version 1.2, 2008/11/23 22:30:53
Line 40  __BEGIN_DECLS
Line 40  __BEGIN_DECLS
 typedef int     (*md_init)(const struct md_args *, struct md_mbuf *,  typedef int     (*md_init)(const struct md_args *, struct md_mbuf *,
                         const struct md_rbuf *, void **);                          const struct md_rbuf *, void **);
 typedef int     (*md_exit)(const struct md_args *, struct md_mbuf *,  typedef int     (*md_exit)(const struct md_args *, struct md_mbuf *,
                         const struct md_rbuf *, void *);                          const struct md_rbuf *, int, void *);
 typedef int     (*md_line)(const struct md_args *,  typedef int     (*md_line)(const struct md_args *,
                         struct md_mbuf *, const struct md_rbuf *,                          struct md_mbuf *, const struct md_rbuf *,
                         const char *, size_t, void *);                          const char *, size_t, void *);
Line 53  int    md_init_html4_strict(const struct md_args *, 
Line 53  int    md_init_html4_strict(const struct md_args *, 
                         void **);                          void **);
 int               md_exit_html4_strict(const struct md_args *,  int               md_exit_html4_strict(const struct md_args *,
                         struct md_mbuf *, const struct md_rbuf *,                          struct md_mbuf *, const struct md_rbuf *,
                         void *);                          int, void *);
   
 int               md_line_dummy(const struct md_args *,  int               md_line_dummy(const struct md_args *,
                         struct md_mbuf *, const struct md_rbuf *,                          struct md_mbuf *, const struct md_rbuf *,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb