summaryrefslogtreecommitdiff
path: root/ot_livesync.h
diff options
context:
space:
mode:
authorerdgeist <>2008-12-07 03:50:51 +0000
committererdgeist <>2008-12-07 03:50:51 +0000
commitc6947b160f99278057df0770b849b46264b72229 (patch)
tree8c5e543648458f7368d51906c53a9e1b45a8c364 /ot_livesync.h
parentad8c9ee1efac171e5f3a8f41a630254ac88357a8 (diff)
Handle program end more politely
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)