[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.6.2.2 and 1.7

version 1.6.2.2, 2002/10/11 14:51:52 version 1.7, 2002/05/19 20:54:52
Line 59 
Line 59 
 void     fatal_cleanup(void);  void     fatal_cleanup(void);
 void     fatal_add_cleanup(void (*) (void *), void *);  void     fatal_add_cleanup(void (*) (void *), void *);
 void     fatal_remove_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);
   

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.7