Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / xbt_modinter.h
diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h
deleted file mode 100644 (file)
index 3207123..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* $Id$ */
-
-/* xbt_modinter - Interface to XBT modules                                  */
-
-/* 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 XBT_MODINTER_H
-#define XBT_MODINTER_H
-
-/* Modules definitions */
-void gras_log_init(void);
-void gras_log_exit(void);
-
-#endif /* XBT_MODINTER_H */