tmp
wangzhengquan
2020-07-17 b190a6af38f077b1754b4cb0cdd6c1f6e1494aba
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) ;