X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..5d00e5f256a27ccad82ab92aeea7943d2678e85b:/src/xbt_modinter.h diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index 6dcb224171..f7e2f1789a 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -9,7 +9,7 @@ #define XBT_MODINTER_H #include "xbt/misc.h" -SG_BEGIN_DECL() +SG_BEGIN_DECL /* Modules definitions */ @@ -19,15 +19,12 @@ void xbt_log_postexit(void); void xbt_dict_preinit(void); void xbt_dict_postexit(void); -void xbt_os_thread_mod_preinit(void); -void xbt_os_thread_mod_postexit(void); - void *mmalloc_preinit(void); void mmalloc_postexit(void); extern int smx_cleaned; extern int xbt_initialized; -SG_END_DECL() +SG_END_DECL #endif