X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/00e8231fa94528961cddaa1fe35e232de5438e76..f1664c170760cbfce0ab2698557424304d22e63e:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 2003d336ac..6498242b17 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -217,7 +217,7 @@ XBT_PUBLIC(MSG_error_t) double timeout); /************************** Action handling **********************************/ -typedef void (*msg_action_fun) (char*const* args); +typedef void (*msg_action_fun) (const char *const *args); XBT_PUBLIC(void) MSG_action_register(const char *action_name, msg_action_fun function); XBT_PUBLIC(void) MSG_action_unregister(const char *action_name);