summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-21 14:37:50 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-21 14:37:50 +0000
commit4e6bba7df8170514183040897e363528c574be0e (patch)
tree60fc7da7ba8c7627347ba5d6bdae5b64fe1eb9f1 /syslogd.h
parent783d2c0368b7992822bfea3a981e56bf063b188a (diff)
downloadrsyslog-4e6bba7df8170514183040897e363528c574be0e.tar.gz
rsyslog-4e6bba7df8170514183040897e363528c574be0e.tar.xz
rsyslog-4e6bba7df8170514183040897e363528c574be0e.zip
created first version of imtcp (still very much depending on syslogd.c for
configuration and a lot of other things)
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd.h b/syslogd.h
index 24341b21..1b3130a5 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -71,6 +71,7 @@ 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 glblHadMemShortage; /* indicates if we had memory shortage some time during the run */