[BACK]Return to xmalloc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/xmalloc.h between version 1.13 and 1.14

version 1.13, 2006/08/03 03:34:42 version 1.14, 2013/05/17 00:13:14
Line 19 
Line 19 
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xcalloc(size_t, size_t);  void    *xcalloc(size_t, size_t);
 void    *xrealloc(void *, size_t, size_t);  void    *xrealloc(void *, size_t, size_t);
 void     xfree(void *);  
 char    *xstrdup(const char *);  char    *xstrdup(const char *);
 int      xasprintf(char **, const char *, ...)  int      xasprintf(char **, const char *, ...)
                 __attribute__((__format__ (printf, 2, 3)))                  __attribute__((__format__ (printf, 2, 3)))

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14