queue/include/shm_socket.h
@@ -76,7 +76,7 @@ int shm_close_socket(shm_socket_t * socket) ; int shm_soket_bind(shm_socket_t * socket, int port) ; int shm_socket_bind(shm_socket_t * socket, int port) ; int shm_listen(shm_socket_t * socket) ; @@ -84,7 +84,7 @@ int shm_connect(shm_socket_t * socket, int port); int shm_send(shm_socket_t * socket, void *buf, int size) ; int shm_send(shm_socket_t * socket, const void *buf, const int size) ; int shm_recv(shm_socket_t * socket, void **buf, int *size) ;