Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix (C) dates; minor documentation improvements
[simgrid.git] / src / xbt_modinter.h
1 /* $Id$ */
2
3 /* xbt_modinter - Interface to XBT modules                                  */
4
5 /* Copyright (c) 2004 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 XBT_MODINTER_H
11 #define XBT_MODINTER_H
12
13 /* Modules definitions */
14 void gras_log_init(void);
15 void xbt_log_exit(void);
16
17 #endif /* XBT_MODINTER_H */