summaryrefslogtreecommitdiff
path: root/ot_livesync.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_livesync.h')
-rw-r--r--ot_livesync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_livesync.h b/ot_livesync.h
index c534f59..153dbac 100644
--- a/ot_livesync.h
+++ b/ot_livesync.h
@@ -62,6 +62,7 @@ void handle_livesync( const int64 serversocket );
62 62
63/* If no syncing is required, save calling code from #ifdef 63/* If no syncing is required, save calling code from #ifdef
64 constructions */ 64 constructions */
65#define livesync_deinit()
65#define livesync_init() 66#define livesync_init()
66#define livesync_ticker() 67#define livesync_ticker()
67#define handle_livesync(a) 68#define handle_livesync(a)