Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way we specify the sizes of bandwidth tests to be able to send really...
[simgrid.git] / include / gras.h
index 8a67ddc..083e9d2 100644 (file)
@@ -23,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 */