X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e3d30122c79eeeea55f0e4b610d3904b0ee23668..ad437279eac6319224e1701a4782184bd5b48542:/src/gras_modinter.h diff --git a/src/gras_modinter.h b/src/gras_modinter.h new file mode 100644 index 0000000000..8355d06815 --- /dev/null +++ b/src/gras_modinter.h @@ -0,0 +1,22 @@ +/* $Id$ */ + +/* gras_modinter.h - Interface to GRAS modules */ + +/* Authors: Martin Quinson */ +/* Copyright (C) 2003, 2004 the OURAGAN project. */ + +/* 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 + +/* modules initialization functions */ +void gras_msg_init(void); +void gras_msg_exit(void); +void gras_trp_init(void); +void gras_trp_exit(void); +void gras_datadesc_init(void); +void gras_datadesc_exit(void); + +#endif /* GRAS_MODINTER_H */