summaryrefslogtreecommitdiffstats
path: root/friendfinder/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'friendfinder/handler.h')
-rw-r--r--friendfinder/handler.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/friendfinder/handler.h b/friendfinder/handler.h
new file mode 100644
index 0000000..583fd14
--- /dev/null
+++ b/friendfinder/handler.h
@@ -0,0 +1,10 @@
+#ifndef __HANDLER_H_
+#define __HANDLER_H_
+
+/* inits all needed parts of ecore for the handlers */
+void init_ecore_handler(char *from, char *to);
+
+/* shutdown all ecore handler parts */
+void shutdown_ecore_handler();
+
+#endif