summaryrefslogtreecommitdiffstats
path: root/tcpsyslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsyslog.h')
-rw-r--r--tcpsyslog.h3
1 files changed, 0 insertions, 3 deletions
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 */
/*