Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tranform extern for XBT_PUBLIC
[simgrid.git] / include / gras / process.h
index 073df64..5fe6d6e 100644 (file)
@@ -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);
 
 /** @} */