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

@ -19,8 +19,6 @@ void workers_destroy(void);
int tcp_accept(client_ctx_t *ctx);
int tcp_close(client_ctx_t *ctx);
int handle_request(client_ctx_t *ctx);
int local_handle(client_ctx_t *ctx);