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

Diff for /src/usr.bin/ssh/log.h between version 1.20 and 1.21

version 1.20, 2013/04/07 02:10:33 version 1.21, 2016/07/15 05:01:58
Line 60 
Line 60 
 void     error(const char *, ...) __attribute__((format(printf, 1, 2)));  void     error(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     sigdie(const char *, ...)  __attribute__((noreturn))  void     sigdie(const char *, ...)  __attribute__((noreturn))
     __attribute__((format(printf, 1, 2)));      __attribute__((format(printf, 1, 2)));
   void     logdie(const char *, ...) __attribute__((noreturn))
       __attribute__((format(printf, 1, 2)));
 void     logit(const char *, ...) __attribute__((format(printf, 1, 2)));  void     logit(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     verbose(const char *, ...) __attribute__((format(printf, 1, 2)));  void     verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     debug(const char *, ...) __attribute__((format(printf, 1, 2)));  void     debug(const char *, ...) __attribute__((format(printf, 1, 2)));

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21