[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.18 and 1.19

version 1.18, 2019/06/06 05:13:13 version 1.19, 2019/11/12 22:32:48
Line 24 
Line 24 
 int      xasprintf(char **, const char *, ...)  int      xasprintf(char **, const char *, ...)
                 __attribute__((__format__ (printf, 2, 3)))                  __attribute__((__format__ (printf, 2, 3)))
                 __attribute__((__nonnull__ (2)));                  __attribute__((__nonnull__ (2)));
   int      xvasprintf(char **, const char *, va_list)
                   __attribute__((__nonnull__ (2)));

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19