Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ups, should be commited since a while
[simgrid.git] / src / gras_modinter.h
diff --git a/src/gras_modinter.h b/src/gras_modinter.h
new file mode 100644 (file)
index 0000000..8355d06
--- /dev/null
@@ -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 */