Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2004-04-09 Martin Quinson <martin.quinson@tuxfamily.org>
[simgrid.git] / src / xbt / core_interface.h
diff --git a/src/xbt/core_interface.h b/src/xbt/core_interface.h
new file mode 100644 (file)
index 0000000..4fedcd2
--- /dev/null
@@ -0,0 +1,19 @@
+/* $Id$ */
+
+/* core - very basic functionnalities of GRAS (logs, data container, ...)   */
+
+/* module's public interface exported within GRAS, but not to end user.     */
+
+/* Authors: Martin Quinson                                                  */
+/* Copyright (C) 2004 Martin Quinson.                                       */
+
+/* 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_CORE_INTERFACE_H
+#define GRAS_CORE_INTERFACE_H
+
+/* Modules definitions */
+void gras_log_exit(void);
+
+#endif /* GRAS_CORE_INTERFACE_H */