Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move resource_used to the private part
[simgrid.git] / src / xbt_modinter.h
1 /* $Id$ */
2
3 /* xbt_modinter - Interface to XBT modules                                  */
4
5 /* Authors: Martin Quinson                                                  */
6 /* Copyright (C) 2004 Martin Quinson.                                       */
7
8 /* This program is free software; you can redistribute it and/or modify it
9    under the terms of the license (GNU LGPL) which comes with this package. */
10
11 #ifndef XBT_MODINTER_H
12 #define XBT_MODINTER_H
13
14 /* Modules definitions */
15 void gras_log_init(void);
16 void xbt_log_exit(void);
17
18 #endif /* XBT_MODINTER_H */