X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2c10f61cfd4d58faa73f006aa74def2c73c8860..7dfc27c1d33a1b795f053b51dbc21b459ec0cfda:/src/gras_modinter.h diff --git a/src/gras_modinter.h b/src/gras_modinter.h index 0fc8e328fe..e2b0b9f66c 100644 --- a/src/gras_modinter.h +++ b/src/gras_modinter.h @@ -1,29 +1,29 @@ -/* $Id$ */ - /* 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. */ #ifndef GRAS_MODINTER_H #define GRAS_MODINTER_H +#include /* XBT_PUBLIC */ /* modules initialization functions */ -XBT_PUBLIC void gras_emul_init(void); -XBT_PUBLIC void XBT_PUBLIC gras_emul_exit(void); - -XBT_PUBLIC void gras_msg_register(void); -XBT_PUBLIC void gras_msg_init(void); -XBT_PUBLIC void gras_msg_exit(void); -XBT_PUBLIC void gras_trp_register(void); -XBT_PUBLIC void gras_trp_init(void); -XBT_PUBLIC void gras_trp_exit(void); -XBT_PUBLIC void gras_datadesc_init(void); -XBT_PUBLIC void gras_datadesc_exit(void); - -XBT_PUBLIC void gras_procdata_init(void); -XBT_PUBLIC void gras_procdata_exit(void); - -#endif /* GRAS_MODINTER_H */ +void gras_emul_init(void); +void gras_emul_exit(void); + +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 */