Logo AND Algorithmique Numérique Distribuée

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