Remove tcp_closer

This commit is contained in:
2022-12-31 11:20:29 +01:00
parent 33feabdec0
commit 9cb278eb2a
7 changed files with 21 additions and 46 deletions

View File

@ -44,8 +44,6 @@ typedef struct {
void tcp_acceptor_func(client_ctx_t *ctx);
void tcp_closer_func(client_ctx_t *ctx);
void request_handler_func(client_ctx_t *ctx);
void local_handler_func(client_ctx_t *ctx);
@ -58,6 +56,8 @@ void ws_frame_handler_func(ws_ctx_t *ctx);
int respond(client_ctx_t *ctx);
int request_complete(client_ctx_t *ctx);
void request_complete(client_ctx_t *ctx);
void tcp_close(client_ctx_t *ctx);
#endif //SESIMOS_FUNC_H