Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update versionning info, and add a cheat sheet to the makefile in order to do so...
[simgrid.git] / include / module.h
index b9a3ee4..0dfb6fa 100644 (file)
@@ -16,6 +16,7 @@ typedef struct gras_module_ gras_module_t;
 typedef gras_module_t (*gras_module_new_fct_t)(int argc, char **argv);
 typedef int (*gras_module_finalize_fct_t)(void);
 
-void gras_init(int argc,char **argv);
-void gras_finalize(void);
+void gras_init(int *argc,char **argv);
+void gras_init_defaultlog(int *argc,char **argv, const char *defaultlog);
+void gras_exit(void);
 #endif /* _GRAS_MODULE_H */