X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16a493020852a67f5e16f96f33734ef84d5de1df..494616a1d79ab04ce6f0309a5cbb29ee5876c379:/include/gras/messages.h diff --git a/include/gras/messages.h b/include/gras/messages.h index 5a8d95a1f1..d704834354 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -15,7 +15,7 @@ #include "gras/transport.h" #include "gras/datadesc.h" -BEGIN_DECL() +SG_BEGIN_DECL() /** @addtogroup GRAS_msg * @brief Defining messages and callbacks, and exchanging messages (Communication facility) @@ -115,7 +115,7 @@ typedef struct s_gras_msgtype *gras_msgtype_t; /* @} */ -END_DECL() +SG_END_DECL() #endif /* GRAS_MSG_H */