diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-25 15:49:57 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-25 15:49:57 +0000 |
commit | 7af2c0a66b03db92a9ca1faae6c37c8fdc666c0e (patch) | |
tree | b555341bfafcdf2bc1ffb6046c8ffc03a16a00f6 /net.h | |
parent | 55fa48f7d5a4c22550db0af55be8132c92e11faa (diff) | |
download | rsyslog-7af2c0a66b03db92a9ca1faae6c37c8fdc666c0e.tar.gz rsyslog-7af2c0a66b03db92a9ca1faae6c37c8fdc666c0e.tar.xz rsyslog-7af2c0a66b03db92a9ca1faae6c37c8fdc666c0e.zip |
moved udp net code - again, stage work
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ rsRetVal addAllowedSenderLine(char* pName, uchar** ppRestOfConfLine); void PrintAllowedSenders(int iListToPrint); void clearAllowedSenders (); void debugListenInfo(int fd, char *type); +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) */ |