14 lines
228 B
Text
14 lines
228 B
Text
|
Index: log.h
|
||
|
--- log.h.orig
|
||
|
+++ log.h
|
||
|
@@ -15,6 +15,9 @@
|
||
|
#ifndef SSH_LOG_H
|
||
|
#define SSH_LOG_H
|
||
|
|
||
|
+#include <stdarg.h>
|
||
|
+#include <stdio.h>
|
||
|
+
|
||
|
/* Supported syslog facilities and levels. */
|
||
|
typedef enum {
|
||
|
SYSLOG_FACILITY_DAEMON,
|