X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe4c8b1394d6e39c3d84fdba06814d39763a8a1f..8e06878d622c1792c5e7d8d2d412241b53004e37:/include/gras.h diff --git a/include/gras.h b/include/gras.h index 0e8614a475..5e1f08369a 100644 --- a/include/gras.h +++ b/include/gras.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* gras.h - Public interface to the GRAS */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -10,9 +9,11 @@ #ifndef GRAS_H #define GRAS_H -#include /* our toolbox */ +#include /* our toolbox */ +#include /* There's a whole bunch of exception handling in GRAS */ #include +#include #include #include @@ -21,7 +22,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 */ +#endif /* GRAS_H */