[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.16 and 1.17

version 1.16, 2016/02/15 09:47:49 version 1.17, 2017/05/31 09:15:42
Line 20 
Line 20 
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xcalloc(size_t, size_t);  void    *xcalloc(size_t, size_t);
 void    *xreallocarray(void *, size_t, size_t);  void    *xreallocarray(void *, size_t, size_t);
   void    *xrecallocarray(void *, size_t, size_t, size_t);
 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.16  
changed lines
  Added in v.1.17