summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'net.h')
-rw-r--r--net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net.h b/net.h
index 953110d5..cdc4d0ba 100644
--- a/net.h
+++ b/net.h
@@ -80,6 +80,9 @@ int *create_udp_socket(uchar *LogPort);
extern int ACLAddHostnameOnFail; /* add hostname to acl when DNS resolving has failed */
extern int ACLDontResolve; /* add hostname to acl instead of resolving it to IP(s) */
+extern struct AllowedSenders *pAllowedSenders_UDP;
+extern struct AllowedSenders *pAllowedSenders_TCP;
+extern struct AllowedSenders *pAllowedSenders_GSS;
#endif /* #ifdef SYSLOG_INET */
#endif /* #ifndef INCLUDED_NET_H */