refactor(server): change functions signature

This commit is contained in:
2025-09-15 01:18:36 +02:00
parent 1b574da06e
commit 7c431db63e
6 changed files with 55 additions and 55 deletions

View File

@@ -26,7 +26,7 @@ void *cws_worker_loop(void *arg);
void cws_server_close_client(int epfd, int client_fd);
cws_server_ret cws_epoll_add(int epfd, int sockfd, uint32_t events);
cws_server_ret cws_epoll_add(int epfd, int sockfd);
cws_server_ret cws_epoll_del(int epfd, int sockfd);