Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move xbt_modinter.h to src/include/xbt/.
[simgrid.git] / src / include / xbt / xbt_modinter.h
similarity index 95%
rename from src/xbt_modinter.h
rename to src/include/xbt/xbt_modinter.h
index e746052..a9473cf 100644 (file)
@@ -19,7 +19,7 @@ void xbt_log_postexit(void);
 void xbt_dict_preinit(void);
 void xbt_dict_postexit(void);
 
-void *mmalloc_preinit(void);
+voidmmalloc_preinit(void);
 void mmalloc_postexit(void);
 
 extern int xbt_initialized;