X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6f0160d9f260a762e0ddbc0fffa9fb45d53826c..d740a86eb8bb0e5d729e0ad55db7395444dad131:/include/gras.h diff --git a/include/gras.h b/include/gras.h index 4420bce863..5e1f08369a 100644 --- a/include/gras.h +++ b/include/gras.h @@ -1,30 +1,28 @@ -/* $Id$ */ - /* gras.h - Public interface to the GRAS */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003 the OURAGAN project. */ +/* 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef GRAS_H #define GRAS_H -#include /* our toolbox */ +#include /* our toolbox */ +#include /* There's a whole bunch of exception handling in GRAS */ -#include /* FIXME: killme */ #include +#include #include -#include +#include #include #include #include +#include -/* FIXME: This is amok */ - -#include -#include +XBT_PUBLIC(void) gras_init(int *argc, char **argv); +XBT_PUBLIC(void) gras_exit(void); -#endif /* GRAS_H */ +#endif /* GRAS_H */