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

Diff for /src/usr.bin/ssh/utf8.h between version 1.1 and 1.2

version 1.1, 2016/05/25 23:48:45 version 1.2, 2020/04/03 02:25:21
Line 22 
Line 22 
 int      vfmprintf(FILE *, const char *, va_list);  int      vfmprintf(FILE *, const char *, va_list);
 int      snmprintf(char *, size_t, int *, const char *, ...)  int      snmprintf(char *, size_t, int *, const char *, ...)
              __attribute__((format(printf, 4, 5)));               __attribute__((format(printf, 4, 5)));
   int      asmprintf(char **, size_t, int *, const char *, ...)
                __attribute__((format(printf, 4, 5)));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2