wangzhengquan
2020-07-20 37989e0300c20cd65a4d4a3c49eeaea2122ddf9e
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) ;