diff options
Diffstat (limited to 'ot_sync.h')
| -rw-r--r-- | ot_sync.h | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -9,11 +9,11 @@ | |||
| 9 | #ifdef WANT_SYNC_BATCH | 9 | #ifdef WANT_SYNC_BATCH |
| 10 | enum { SYNC_IN, SYNC_OUT }; | 10 | enum { SYNC_IN, SYNC_OUT }; |
| 11 | 11 | ||
| 12 | void sync_init( ); | 12 | void sync_init(); |
| 13 | void sync_deinit( ); | 13 | void sync_deinit(); |
| 14 | void sync_deliver( int64 socket ); | 14 | void sync_deliver(int64 socket); |
| 15 | 15 | ||
| 16 | int add_changeset_to_tracker( uint8_t *data, size_t len ); | 16 | int add_changeset_to_tracker(uint8_t *data, size_t len); |
| 17 | #else | 17 | #else |
| 18 | 18 | ||
| 19 | #define sync_init() | 19 | #define sync_init() |
