X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9189fe94c14ef9e31142d1603a1979ea7e731a0a..addf1684268e6863fc702567a8b47a090400428f:/include/gras.h diff --git a/include/gras.h b/include/gras.h index b974bd8792..ef4358f6cb 100644 --- a/include/gras.h +++ b/include/gras.h @@ -10,10 +10,11 @@ #ifndef GRAS_H #define GRAS_H -#include /* our toolbox */ -#include /* There's a whole bunch of exception handling in GRAS */ +#include /* our toolbox */ +#include /* There's a whole bunch of exception handling in GRAS */ #include +#include #include #include @@ -22,7 +23,7 @@ #include #include -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 */