X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/907c889c95625b16b6a51b0f9e256108c9f46cdd..9ed371c9f708611288d861eccf4b896f3b3d80a7:/include/gras/transport.h diff --git a/include/gras/transport.h b/include/gras/transport.h index 61518741e4..ae9b126792 100644 --- a/include/gras/transport.h +++ b/include/gras/transport.h @@ -42,6 +42,7 @@ XBT_PUBLIC(gras_socket_t) gras_socket_client_from_string(const char *host); /** \brief Simply create a server socket (to ear from remote hosts speaking to you) */ XBT_PUBLIC(gras_socket_t) gras_socket_server(unsigned short port); XBT_PUBLIC(void) gras_socket_close(gras_socket_t sd); +XBT_PUBLIC(void) gras_socket_close_voidp(void *sock); /** \brief Create a client socket, full interface to all relevant settings */ XBT_PUBLIC(gras_socket_t) gras_socket_client_ext(const char *host,