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

Diff for /mandoc/Attic/private.h between version 1.72 and 1.73

version 1.72, 2009/01/20 20:56:21 version 1.73, 2009/01/20 22:55:46
Line 161  int    xstrlcats(char *, const struct mdoc_node *, siz
Line 161  int    xstrlcats(char *, const struct mdoc_node *, siz
 int               xstrlcat(char *, const char *, size_t);  int               xstrlcat(char *, const char *, size_t);
 int               xstrlcpy(char *, const char *, size_t);  int               xstrlcpy(char *, const char *, size_t);
 int               xstrcmp(const char *, const char *);  int               xstrcmp(const char *, const char *);
   int               xstrncmp(const char *, const char *, size_t);
 void             *xcalloc(size_t, size_t);  void             *xcalloc(size_t, size_t);
 char             *xstrdup(const char *);  char             *xstrdup(const char *);
   

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

CVSweb