mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
20 lines
726 B
C
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 */
|