Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
You know the refain. It's needed to make dist, it must be within the archive
[simgrid.git] / src / gras_modinter.h
1 /* $Id$ */
2
3 /* gras_modinter.h - How to init/exit the GRAS 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 GRAS_MODINTER_H
11 #define GRAS_MODINTER_H
12
13 /* modules initialization functions */
14 void gras_msg_init(void);
15 void gras_msg_exit(void);
16 void gras_trp_init(void);
17 void gras_trp_exit(void);
18 void gras_datadesc_init(void);
19 void gras_datadesc_exit(void);
20
21 #endif /* GRAS_MODINTER_H */