X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..bf667234dc6219eb5ee398d5dca36a3a16ec340f:/src/gras_modinter.h diff --git a/src/gras_modinter.h b/src/gras_modinter.h index 1ec1d7d0bf..cbc2621c10 100644 --- a/src/gras_modinter.h +++ b/src/gras_modinter.h @@ -1,6 +1,7 @@ /* gras_modinter.h - How to init/exit the GRAS modules */ -/* 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. */ @@ -17,12 +18,8 @@ void gras_msg_register(void); void gras_msg_init(void); void gras_msg_exit(void); void gras_trp_register(void); -void gras_trp_init(void); -void gras_trp_exit(void); -void gras_datadesc_init(void); -void gras_datadesc_exit(void); void gras_procdata_init(void); void gras_procdata_exit(void); -#endif /* GRAS_MODINTER_H */ +#endif /* GRAS_MODINTER_H */