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

Diff for /mandoc/Attic/private.h between version 1.39 and 1.40

version 1.39, 2008/12/10 13:15:55 version 1.40, 2008/12/10 14:42:46
Line 376  void   *md_init_html(const struct md_args *,
Line 376  void   *md_init_html(const struct md_args *,
                         struct md_mbuf *, const struct md_rbuf *);                          struct md_mbuf *, const struct md_rbuf *);
 int               md_line_html(void *, char *);  int               md_line_html(void *, char *);
 int               md_exit_html(void *, int);  int               md_exit_html(void *, int);
   void             *md_init_noop(const struct md_args *,
                           struct md_mbuf *, const struct md_rbuf *);
   int               md_line_noop(void *, char *);
   int               md_exit_noop(void *, int);
 void             *md_init_xml(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_xml(void *, char *);  int               md_line_xml(void *, char *);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb