X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f89cb139b9f91620f4932a7cffaa67aa1e65c92..3dcd3bab8efd35953008abbf4838016e5f4ba1d8:/src/include/xbt/context.h diff --git a/src/include/xbt/context.h b/src/include/xbt/context.h index 21cfd2bed8..74bc458575 100644 --- a/src/include/xbt/context.h +++ b/src/include/xbt/context.h @@ -34,10 +34,10 @@ XBT_PUBLIC(void) xbt_context_init(void); XBT_PUBLIC(void) xbt_context_exit(void); XBT_PUBLIC(void) xbt_context_empty_trash(void); -XBT_PUBLIC (xbt_context_t) xbt_context_new(xbt_context_function_t code, - void_f_pvoid_t startup_func, void *startup_arg, - void_f_pvoid_t cleanup_func, void *cleanup_arg, - int argc, char *argv[]); +XBT_PUBLIC(xbt_context_t) xbt_context_new(xbt_context_function_t code, + void_f_pvoid_t startup_func, void *startup_arg, + void_f_pvoid_t cleanup_func, void *cleanup_arg, + int argc, char *argv[]); XBT_PUBLIC(void) xbt_context_free(xbt_context_t context); XBT_PUBLIC(void) xbt_context_start(xbt_context_t context); XBT_PUBLIC(void) xbt_context_yield(void);