Spaces:
Paused
Paused
File size: 171 Bytes
83607bc |
1 2 3 4 5 6 7 |
#ifndef PROXYSERVER_TCP_INBOUND_H
#define PROXYSERVER_TCP_INBOUND_H
#include "hv/hloop.h"
void tcp_on_accept(hio_t* io, hevent_t* ev);
#endif //PROXYSERVER_TCP_INBOUND_H |