mc/src/events_init.h
Slava Zanko d512649b33 Prepare to initialize application events.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2011-03-21 11:46:41 +02:00

20 lines
726 B
C

#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 **);
/*** inline functions ****************************************************************************/
#endif /* MC__EVENTS_INIT_H */