refactor(core): change return struct name
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user