From 8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 6 Nov 2007 11:58:32 +0000 Subject: No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested and not considered stable. --- ot_sync.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ot_sync.h (limited to 'ot_sync.h') diff --git a/ot_sync.h b/ot_sync.h new file mode 100644 index 0000000..cf0fb3d --- /dev/null +++ b/ot_sync.h @@ -0,0 +1,14 @@ +/* This software was written by Dirk Engling + It is considered beerware. Prost. Skol. Cheers or whatever. */ + +#ifndef __OT_SYNC_H__ +#define __OT_SYNC_H__ + +#include "trackerlogic.h" + +#ifdef WANT_TRACKER_SYNC +size_t return_changeset_for_tracker( char **reply ); +int add_changeset_to_tracker( ot_byte *data, size_t len ); +#endif + +#endif \ No newline at end of file -- cgit v1.2.3