From b0f7302011f1bcc298c7a78ed3bb3f500893e70a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 26 Jul 2007 09:13:06 +0000 Subject: - shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs more to that file. But we need to look at it some time later. The move was absolutely necessary so that no access to f->f_un happened in tcpsyslog.c (which was evil) - milestone reache: no more access to f->f_un from non-output modules --- tcpsyslog.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tcpsyslog.h') diff --git a/tcpsyslog.h b/tcpsyslog.h index 03975247..1cead1aa 100644 --- a/tcpsyslog.h +++ b/tcpsyslog.h @@ -41,17 +41,14 @@ extern int bEnableTCP; extern struct TCPSession *pTCPSessions; /* prototypes */ -int TCPSend(selector_t *f, char *msg, size_t len); void deinit_tcp_listener(void); int *create_tcp_socket(void); -enum TCPSendStatus TCPSendGetStatus(selector_t *f); int TCPSessGetNxtSess(int iCurr); void TCPSessAccept(int fd); void TCPSessPrepareClose(int iTCPSess); void TCPSessClose(int iSess); int TCPSessDataRcvd(int iTCPSess, char *pData, int iLen); void configureTCPListen(char *cOptarg); -void TCPSendSetStatus(selector_t *f, enum TCPSendStatus iNewState); #endif /* #ifndef TCPSYSLOG_H_INCLUDED */ /* -- cgit