summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-25 13:19:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-25 13:19:27 +0000
commitc187b1f920b23af203de2f501c4c7c43beba9980 (patch)
tree6bd4e201fef04be46be0cc898cf079db7934cb71 /net.h
parent28f17e2c1b3a4b0b2fbfd7e0cb21b66aa7fcdeef (diff)
downloadrsyslog-c187b1f920b23af203de2f501c4c7c43beba9980.tar.gz
rsyslog-c187b1f920b23af203de2f501c4c7c43beba9980.tar.xz
rsyslog-c187b1f920b23af203de2f501c4c7c43beba9980.zip
moved some more network code
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h
index e909e590..9812e046 100644
--- a/net.h
+++ b/net.h
@@ -75,6 +75,7 @@ rsRetVal cvthname(struct sockaddr_storage *f, uchar *pszHost, uchar *pszHostFQDN
rsRetVal addAllowedSenderLine(char* pName, uchar** ppRestOfConfLine);
void PrintAllowedSenders(int iListToPrint);
void clearAllowedSenders ();
+void debugListenInfo(int fd, char *type);
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) */