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

Diff for /mandoc/Attic/private.h between version 1.83 and 1.84

version 1.83, 2009/02/26 16:08:11 version 1.84, 2009/02/28 13:47:36
Line 164  int      xstrlcpy(char *, const char *, size_t);
Line 164  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);  int               xstrncmp(const char *, const char *, size_t);
 void             *xcalloc(size_t, size_t);  void             *xcalloc(size_t, size_t);
   void             *xrealloc(void *, size_t);
 char             *xstrdup(const char *);  char             *xstrdup(const char *);
   
 int               macro_end(struct mdoc *);  int               macro_end(struct mdoc *);

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

CVSweb