Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move msg_send/recv to a RL specific file, so that we can provide a SG specific versio...
[simgrid.git] / src / xbt_modinter.h
1 /* $Id$ */
2
3 /* xbt_modinter - How to init/exit the XBT modules                          */
4
5 /* Copyright (c) 2003, 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 xbt_log_init(int *argc,char **argv);
15 void xbt_log_exit(void);
16
17 #endif /* XBT_MODINTER_H */