9 #ifndef GWEN_MSG_ENDPOINT_TCPD_H
10 #define GWEN_MSG_ENDPOINT_TCPD_H
struct GWEN_MSG_ENDPOINT GWEN_MSG_ENDPOINT
Object which can send and receive messages (base class).
GWEN_MSG_ENDPOINT *(* GWEN_ENDPOINT_TCPD_ACCEPT_FN)(GWEN_MSG_ENDPOINT *ep, GWEN_SOCKET *sk, const GWEN_INETADDRESS *addr, void *data)
GWENHYWFAR_API GWEN_MSG_ENDPOINT * GWEN_TcpdEndpoint_new(const char *host, int port, const char *name, int groupId)
GWENHYWFAR_API void GWEN_TcpdEndpoint_SetAcceptFn(GWEN_MSG_ENDPOINT *ep, GWEN_ENDPOINT_TCPD_ACCEPT_FN f, void *data)
struct GWEN_INETADDRESSSTRUCT GWEN_INETADDRESS
struct GWEN_SOCKET GWEN_SOCKET