root/src/events_init.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


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

/* [previous][next][first][last][top][bottom][index][help]  */