Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not use uninitialized vars (last commit was brain dead)
[simgrid.git] / src / gras_modinter.h
1 /* $Id$ */
2
3 /* gras_modinter.h - Interface to GRAS modules                              */
4
5 /* Authors: Martin Quinson                                                  */
6 /* Copyright (C) 2003, 2004 the OURAGAN project.                            */
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 GRAS_MODINTER_H
12 #define GRAS_MODINTER_H
13
14 /* modules initialization functions */
15 void gras_msg_init(void);
16 void gras_msg_exit(void);
17 void gras_trp_init(void);
18 void gras_trp_exit(void);
19 void gras_datadesc_init(void);
20 void gras_datadesc_exit(void);
21
22 #endif /* GRAS_MODINTER_H */