Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get the P2P gras examples out of the picture: they are a (sad) joke; stop generating...
[simgrid.git] / include / gras.h
index 8a67ddc..6563a7a 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 */