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

Diff for /mandoc/Attic/ml.h between version 1.7 and 1.8

version 1.7, 2008/12/05 19:45:15 version 1.8, 2008/12/07 21:30:49
Line 37  struct ml_cbs {
Line 37  struct ml_cbs {
                         const char *, const char *);                          const char *, const char *);
         int     (*ml_end)(struct md_mbuf *,          int     (*ml_end)(struct md_mbuf *,
                         const struct md_args *);                          const struct md_args *);
           ssize_t (*ml_beginstring)(struct md_mbuf *,
                           const struct md_args *,
                           const char *, size_t);
           ssize_t (*ml_endstring)(struct md_mbuf *,
                           const struct md_args *,
                           const char *, size_t);
         ssize_t (*ml_endtag)(struct md_mbuf *,          ssize_t (*ml_endtag)(struct md_mbuf *,
                         void *, const struct md_args *,                          void *, const struct md_args *,
                         enum md_ns, int);                          enum md_ns, int);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb