summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index 1d49cfb5..9aea3778 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -27,7 +27,7 @@
#define SYSLOGD_TYPES_INCLUDED 1
#include "stringbuf.h"
-#include "net.h"
+//#include "net.h"
#include <sys/param.h>
#if HAVE_SYSLOG_H
#include <syslog.h>
@@ -98,14 +98,6 @@ struct syslogTime {
};
typedef struct syslogTime syslogTime_t;
-#ifdef SYSLOG_INET
-struct AllowedSenders {
- struct NetAddr allowedSender; /* ip address allowed */
- uint8_t SignificantBits; /* defines how many bits should be discarded (eqiv to mask) */
- struct AllowedSenders *pNext;
-};
-#endif
-
#endif /* #ifndef SYSLOGD_TYPES_INCLUDED */
/*
* vi:set ai: