wangzhengquan
2020-07-17 1d1c02c006dd9561f8d50ffda5b16e29d81997fd
queue/include/mod_socket.h
@@ -30,7 +30,7 @@
int mod_connect(void * _socket, int port);
int mod_send(void * _socket, void *buf, int size);
int mod_send(void * _socket, const void *buf, const int size);
int mod_recv(void * _socket, void **buf, int *size) ;