Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / src / amok / amok_modinter.h
1 /* amok modinter - interface to AMOK modules initialization and such        */
2
3 /* Copyright (c) 2006 Martin Quinson. All rights reserved.                  */
4
5 /* This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. */
7
8 #ifndef AMOK_BASE_H
9 #define AMOK_BASE_H
10
11 void amok_init(void);
12 void amok_exit(void);
13
14 /* module creation functions */
15 void amok_pm_modulecreate(void);
16
17 #endif /* AMOK_BASE_H */