X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..6f4585f1e19602414bc4971c9d19fc5d600eb0fa:/include/gras.h diff --git a/include/gras.h b/include/gras.h index b5194598ab..ef4358f6cb 100644 --- a/include/gras.h +++ b/include/gras.h @@ -2,7 +2,7 @@ /* gras.h - Public interface to the GRAS */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 Martin Quinson. 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,15 +10,20 @@ #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 + +XBT_PUBLIC(void) gras_init(int *argc, char **argv); +XBT_PUBLIC(void) gras_exit(void); #endif /* GRAS_H */