]> andersk Git - gssapi-openssh.git/blobdiff - openssh/log.h
Import of OpenSSH 3.3p1
[gssapi-openssh.git] / openssh / log.h
index 23451f74fa1f618d8e5a7b46a6915605ca9bb0bb..3e4c3c3a7064b510c277d35df000789d8164a752 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.4 2001/06/26 17:27:24 markus Exp $  */
+/*     $OpenBSD: log.h,v 1.7 2002/05/19 20:54:52 deraadt Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -32,7 +32,8 @@ typedef enum {
        SYSLOG_FACILITY_LOCAL4,
        SYSLOG_FACILITY_LOCAL5,
        SYSLOG_FACILITY_LOCAL6,
-       SYSLOG_FACILITY_LOCAL7
+       SYSLOG_FACILITY_LOCAL7,
+       SYSLOG_FACILITY_NOT_SET = -1
 }       SyslogFacility;
 
 typedef enum {
@@ -43,7 +44,8 @@ typedef enum {
        SYSLOG_LEVEL_VERBOSE,
        SYSLOG_LEVEL_DEBUG1,
        SYSLOG_LEVEL_DEBUG2,
-       SYSLOG_LEVEL_DEBUG3
+       SYSLOG_LEVEL_DEBUG3,
+       SYSLOG_LEVEL_NOT_SET = -1
 }       LogLevel;
 
 void     log_init(char *, LogLevel, SyslogFacility, int);
@@ -63,4 +65,6 @@ void     fatal_cleanup(void);
 void     fatal_add_cleanup(void (*) (void *), void *);
 void     fatal_remove_cleanup(void (*) (void *), void *);
 
+void    do_log(LogLevel, const char *, va_list);
+
 #endif
This page took 0.655516 seconds and 4 git commands to generate.