X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08cb8580c73f641a3eda1c94589770955b13dd48..a521b79fb5f8fc07b3f9102cec6de074186fe5c1:/src/xbt_modinter.h diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index f76b1a62f3..f4c0217e20 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -1,6 +1,6 @@ /* xbt_modinter - How to init/exit the XBT modules */ -/* Copyright (c) 2004-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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