diff options
Diffstat (limited to 'syslogd.h')
-rw-r--r-- | syslogd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |