[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.4.2.2 and 1.4.2.3

version 1.4.2.2, 2002/06/22 07:23:17 version 1.4.2.3, 2002/10/11 14:53:06
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.4.2.2  
changed lines
  Added in v.1.4.2.3