X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/183964efebc748b59809209b13ac7738903b068c..f9bb80daccf52fba2e729885ff8cf57f76d4ab1d:/include/gras.h diff --git a/include/gras.h b/include/gras.h index 8a67ddcd01..ef4358f6cb 100644 --- a/include/gras.h +++ b/include/gras.h @@ -10,8 +10,8 @@ #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 @@ -23,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 */