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

Diff for /mandoc/Attic/ml.c between version 1.5 and 1.6

version 1.5, 2008/12/04 19:31:57 version 1.6, 2008/12/05 11:28:17
Line 31  extern size_t    strlcpy(char *, const char *, size_t)
Line 31  extern size_t    strlcpy(char *, const char *, size_t)
   
   
 int  int
   ml_putstring(struct md_mbuf *p, const char *buf, size_t *pos)
   {
   
           return(ml_nputstring(p, buf, strlen(buf), pos));
   }
   
   
   int
 ml_nputstring(struct md_mbuf *p,  ml_nputstring(struct md_mbuf *p,
                 const char *buf, size_t sz, size_t *pos)                  const char *buf, size_t sz, size_t *pos)
 {  {

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

CVSweb