X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c92907fc7a130fd6abc60b98791daa320742ba2..2a5ef086294642fdef829470a496146c5233cfb0:/src/xbt_modinter.h diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index 0d04e8361e..4f421cc982 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -28,8 +28,8 @@ void xbt_dict_postexit(void); void xbt_os_thread_mod_preinit(void); void xbt_os_thread_mod_postexit(void); -void *mmalloc_preinit(); -void mmalloc_postexit(); +void *mmalloc_preinit(void); +void mmalloc_postexit(void); extern int smx_cleaned; extern int xbt_initialized;