Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
[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 */