[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.5 and 1.6

version 1.5, 2002/02/04 12:15:25 version 1.6, 2002/02/22 12:20:34
Line 60 
Line 60 
 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     do_log(LogLevel, const char *, va_list);
   
 #endif  #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6