[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.9 and 1.9.2.1

version 1.9, 2003/04/08 20:21:28 version 1.9.2.1, 2004/02/28 03:51:33
Line 56 
Line 56 
 void     debug2(const char *, ...) __attribute__((format(printf, 1, 2)));  void     debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     debug3(const char *, ...) __attribute__((format(printf, 1, 2)));  void     debug3(const char *, ...) __attribute__((format(printf, 1, 2)));
   
 void     fatal_cleanup(void);  
 void     fatal_add_cleanup(void (*) (void *), void *);  
 void     fatal_remove_cleanup(void (*) (void *), void *);  
 void     fatal_remove_all_cleanups(void);  
   
 void     do_log(LogLevel, const char *, va_list);  void     do_log(LogLevel, const char *, va_list);
   void     cleanup_exit(int);
 #endif  #endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1