Logo AND Algorithmique Numérique Distribuée

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