summaryrefslogtreecommitdiffstats
path: root/friendfinder/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'friendfinder/handler.h')
-rw-r--r--friendfinder/handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/friendfinder/handler.h b/friendfinder/handler.h
index 583fd14..bb3256b 100644
--- a/friendfinder/handler.h
+++ b/friendfinder/handler.h
@@ -1,6 +1,9 @@
#ifndef __HANDLER_H_
#define __HANDLER_H_
+/* starts postition sending */
+void start_pos();
+
/* inits all needed parts of ecore for the handlers */
void init_ecore_handler(char *from, char *to);