[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.7 and 1.8

version 1.7, 2002/05/19 20:54:52 version 1.8, 2002/07/19 15:43:33
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.7  
changed lines
  Added in v.1.8