summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
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 1b3130a5..aa4331e9 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -55,7 +55,6 @@ void logerrorSz(char *type, char *errMsg);
void logerrorInt(char *type, int iErr);
void printchopped(char *hname, char *msg, int len, int fd, int iSourceType);
-void freeAllSockets(int **socks);
int isAllowedSender(struct AllowedSenders *pAllowRoot, struct sockaddr *pFrom, const char *pszFromHost);
void getCurrTime(struct syslogTime *t);
int formatTimestampToMySQL(struct syslogTime *ts, char* pDst, size_t iLenDst);