blob: f2d447e2482097cb562831dc70d069ec0bb22f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#ifndef MC__EVENTS_INIT_H
#define MC__EVENTS_INIT_H
/*** typedefs(not structures) and defined constants **********************************************/
/*** enums ***************************************************************************************/
/*** structures declarations (and typedefs of structures)*****************************************/
/*** global variables defined in .c file *********************************************************/
/*** declarations of public functions ************************************************************/
gboolean events_init (GError ** mcerror);
/*** inline functions ****************************************************************************/
#endif /* MC__EVENTS_INIT_H */
|