summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/log.h b/log.h
index 15ebc93b5..a8e788a2d 100644
--- a/log.h
+++ b/log.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: log.h,v 1.13 2006/07/10 16:37:36 stevesk Exp $ */ 1/* $OpenBSD: log.h,v 1.14 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,12 +15,6 @@
15#ifndef SSH_LOG_H 15#ifndef SSH_LOG_H
16#define SSH_LOG_H 16#define SSH_LOG_H
17 17
18#include "includes.h"
19
20#include <stdarg.h>
21
22#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
23
24/* Supported syslog facilities and levels. */ 18/* Supported syslog facilities and levels. */
25typedef enum { 19typedef enum {
26 SYSLOG_FACILITY_DAEMON, 20 SYSLOG_FACILITY_DAEMON,