Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / src / amok / amok_modinter.h
diff --git a/src/amok/amok_modinter.h b/src/amok/amok_modinter.h
deleted file mode 100644 (file)
index 96c8374..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* amok modinter - interface to AMOK modules initialization and such        */
-
-/* Copyright (c) 2006, 2007, 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 AMOK_BASE_H
-#define AMOK_BASE_H
-
-void amok_init(void);
-void amok_exit(void);
-
-/* module creation functions */
-void amok_pm_modulecreate(void);
-
-#endif                          /* AMOK_BASE_H */