X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd16785434a6411b1130c78684c365e4b3d51e31..e6692e68ddfe1ef3234cacab53edb44277ae4405:/include/gras/messages.h diff --git a/include/gras/messages.h b/include/gras/messages.h index 5cfc2b40c8..9a17eae998 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 +BEGIN_DECL() /* msgtype declaration and retrival */ typedef struct s_gras_msgtype *gras_msgtype_t; @@ -58,7 +58,7 @@ xbt_error_t gras_msg_wait(double timeout, xbt_error_t gras_msg_handle(double timeOut); -END_DECL +END_DECL() #endif /* GRAS_MSG_H */