X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66e807f40a943c3e3f754ed836d6759cc4909ce2..2802b166f59bb5c116384bdaa01691824b149a76:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index 073df64e27..5fe6d6ead0 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -18,7 +18,7 @@ SG_BEGIN_DECL() * @{ */ /** \brief Create a new thread */ -void gras_agent_spawn(const char *name, xbt_main_func_t code, +XBT_PUBLIC(void) gras_agent_spawn(const char *name, xbt_main_func_t code, int argc, char *argv[], xbt_dict_t properties); /** @} */