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

Diff for /mandoc/Attic/ml.h between version 1.4 and 1.5

version 1.4, 2008/12/04 16:19:52 version 1.5, 2008/12/05 11:28:17
Line 29  enum md_ns {
Line 29  enum md_ns {
         MD_NS_DEFAULT,          MD_NS_DEFAULT,
 };  };
   
   
 typedef int     (*ml_begin)(struct md_mbuf *, const struct md_args *,  typedef int     (*ml_begin)(struct md_mbuf *, const struct md_args *,
                         const struct tm *, const char *, const char *,                          const struct tm *, const char *, const char *,
                         const char *, const char *);                          const char *, const char *);
Line 43  typedef ssize_t (*ml_begintag)(struct md_mbuf *, 
Line 42  typedef ssize_t (*ml_begintag)(struct md_mbuf *, 
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
   int               ml_putstring(struct md_mbuf *,
                           const char *, size_t *);
 int               ml_nputstring(struct md_mbuf *,  int               ml_nputstring(struct md_mbuf *,
                         const char *, size_t, size_t *);                          const char *, size_t, size_t *);
 int               ml_nputs(struct md_mbuf *,  int               ml_nputs(struct md_mbuf *,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb