summaryrefslogtreecommitdiffstats
path: root/syslogd.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 /syslogd.h
parent28f17e2c1b3a4b0b2fbfd7e0cb21b66aa7fcdeef (diff)
downloadrsyslog-c187b1f920b23af203de2f501c4c7c43beba9980.tar.gz
rsyslog-c187b1f920b23af203de2f501c4c7c43beba9980.tar.xz
rsyslog-c187b1f920b23af203de2f501c4c7c43beba9980.zip
moved some more network code
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/syslogd.h b/syslogd.h
index cf2cd0a5..d470504d 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -70,7 +70,6 @@ int getSubString(uchar **ppSrc, char *pDst, size_t DstSize, char cSep);
*/
void logmsgInternal(int pri, char *msg, int flags);
void logmsg(int pri, msg_t *pMsg, int flags);
-void debugListenInfo(int fd, char *type);
extern int bFinished; /* used by termination signal handler, read-only except there */
extern int AcceptRemote; /* receive messages that come via UDP - read-only after startup */