[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.8 and 1.8.4.1

version 1.8, 2002/07/19 15:43:33 version 1.8.4.1, 2003/09/16 20:50:43
Line 50 
Line 50 
   
 void     fatal(const char *, ...) __attribute__((format(printf, 1, 2)));  void     fatal(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     error(const char *, ...) __attribute__((format(printf, 1, 2)));  void     error(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     log(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)));
 void     debug2(const char *, ...) __attribute__((format(printf, 1, 2)));  void     debug2(const char *, ...) __attribute__((format(printf, 1, 2)));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.4.1