X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/168dc880e22aca384071d6f8dd39ec26bd094c4e..76b2d8c9cdf908d428fef3d55c3185876978d97b:/src/gras/Msg/msg_interface.h diff --git a/src/gras/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index 4faceadd8b..390a345bb1 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -32,5 +32,5 @@ gras_error_t gras_msg_send_namev(gras_socket_t *sock, #define GRAS_PROTOCOL_VERSION '\0'; typedef struct s_gras_cblist gras_cblist_t; - +void gras_cbl_free(void *); /* virtu use that to free the memory at the end */ #endif /* GRAS_MSG_INTERFACE_H */