[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.21 and 1.22

version 1.21, 1999/11/15 20:53:25 version 1.22, 1999/11/19 16:04:17
Line 375 
Line 375 
 /* Logging implementation, depending on server or client */  /* Logging implementation, depending on server or client */
 void do_log(LogLevel level, const char *fmt, va_list args);  void do_log(LogLevel level, const char *fmt, va_list args);
   
   /* name to facility/level */
   SyslogFacility log_facility_number(char *name);
   LogLevel log_level_number(char *name);
   
 /* Output a message to syslog or stderr */  /* Output a message to syslog or stderr */
 void fatal(const char *fmt, ...);  void fatal(const char *fmt, ...);
 void error(const char *fmt, ...);  void error(const char *fmt, ...);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22