[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.23 and 1.24

version 1.23, 2018/07/27 12:03:17 version 1.24, 2019/09/06 04:53:27
Line 15 
Line 15 
 #ifndef SSH_LOG_H  #ifndef SSH_LOG_H
 #define SSH_LOG_H  #define SSH_LOG_H
   
   #include <stdarg.h> /* va_list */
   
 /* Supported syslog facilities and levels. */  /* Supported syslog facilities and levels. */
 typedef enum {  typedef enum {
         SYSLOG_FACILITY_DAEMON,          SYSLOG_FACILITY_DAEMON,

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24