#include "tsocket.h" #include "evloop.h" #ifndef __ACCEPTOR_H #define __ACCEPTOR_H struct event *conn_acceptor_create_event(struct tsocket *sock, evloop_t *el); #endif