summaryrefslogtreecommitdiffstats
path: root/src/events_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/events_init.h')
-rw-r--r--src/events_init.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/events_init.h b/src/events_init.h
new file mode 100644
index 0000000..f2d447e
--- /dev/null
+++ b/src/events_init.h
@@ -0,0 +1,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 */