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) ;