From 334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 28 Nov 2008 22:21:10 +0000 Subject: The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. --- ot_livesync.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ot_livesync.h') diff --git a/ot_livesync.h b/ot_livesync.h index 8c3c96d..c534f59 100644 --- a/ot_livesync.h +++ b/ot_livesync.h @@ -35,7 +35,6 @@ ]+ ]* - */ #ifdef WANT_SYNC_LIVE @@ -49,7 +48,7 @@ void livesync_deinit(); void livesync_bind_mcast( char *ip, uint16_t port ); /* Inform live sync about whats going on. */ -void livesync_tell( ot_hash * const info_hash, const ot_peer * const peer, const uint8_t peerflag ); +void livesync_tell( ot_hash * const info_hash, const ot_peer * const peer ); /* Tickle the live sync module from time to time, so no events get stuck when there's not enough traffic to fill udp packets fast @@ -63,7 +62,6 @@ void handle_livesync( const int64 serversocket ); /* If no syncing is required, save calling code from #ifdef constructions */ - #define livesync_init() #define livesync_ticker() #define handle_livesync(a) -- cgit v1.2.3