refactor(core): change return struct name

This commit is contained in:
2025-12-01 22:29:29 +01:00
parent c170aa07f4
commit 80275c1927
7 changed files with 58 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
#include "utils/error.h"
cws_server_ret cws_fd_set_nonblocking(int sockfd);
cws_return cws_fd_set_nonblocking(int sockfd);
void cws_utils_get_client_ip(struct sockaddr_storage *sa, char *ip);