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