X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6ac33cf3144a330b343c92b06f37de48dd66f17..208debc0db79d1901a4655d3015218bb4700cd8c:/include/gras/messages.h diff --git a/include/gras/messages.h b/include/gras/messages.h index ca644b1a20..ebe905999d 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -44,12 +44,9 @@ gras_error_t gras_msgtype_declare_v(const char *name, short int version, gras_datadesc_type_t *payload); -gras_error_t gras_msgtype_by_name (const char *name, - gras_msgtype_t **dst); -gras_error_t gras_msgtype_by_namev(const char *name, - short int version, - gras_msgtype_t **dst); - +gras_msgtype_t *gras_msgtype_by_name (const char *name); +gras_msgtype_t *gras_msgtype_by_namev(const char *name, + short int version); /** * gras_cb_t: