Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yeah, right all of us use git-svn these days. No need to hide it
[simgrid.git] / include / gras.h
index b974bd8792e109398a782b72d634fb5ed327c1e4..6563a7ac7d3fd6e64dbb7bfa06df84f9c3c52213 100644 (file)
@@ -14,6 +14,7 @@
 #include <xbt/ex.h> /* There's a whole bunch of exception handling in GRAS */
 
 #include <gras/process.h>
+#include <gras/module.h>
 #include <gras/virtu.h>
 #include <gras/emul.h>
 
@@ -22,7 +23,7 @@
 #include <gras/messages.h>
 #include <gras/timer.h>
 
-void gras_init(int *argc, char **argv);
-void gras_exit(void);
+XBT_PUBLIC(void) gras_init(int *argc, char **argv);
+XBT_PUBLIC(void) gras_exit(void);
 
 #endif /* GRAS_H */