X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..9f47311e85fbd9e2156967acd248aceb351e1c28:/include/xbt/module.h diff --git a/include/xbt/module.h b/include/xbt/module.h index 7b813a50b7..bc49ea42ea 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -16,6 +16,5 @@ typedef xbt_module_t (*xbt_module_new_fct_t)(int argc, char **argv); typedef int (*xbt_module_finalize_fct_t)(void); void xbt_init(int *argc,char **argv); -void xbt_init_defaultlog(int *argc,char **argv, const char *defaultlog); void xbt_exit(void); #endif /* _XBT_MODULE_H */