From 4e6bba7df8170514183040897e363528c574be0e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 21 Dec 2007 14:37:50 +0000 Subject: created first version of imtcp (still very much depending on syslogd.c for configuration and a lot of other things) --- syslogd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syslogd.h') 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 */ -- cgit