[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.10 and 1.11

version 1.10, 2006/03/25 00:05:41 version 1.11, 2006/03/25 01:13:23
Line 21 
Line 21 
   
 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);  void    *xrealloc(void *, size_t, size_t);
 void     xfree(void *);  void     xfree(void *);
 char    *xstrdup(const char *);  char    *xstrdup(const char *);
 int      xasprintf(char **, const char *, ...)  int      xasprintf(char **, const char *, ...)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11