aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index fcbc8df47..f047bd8f8 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -165,10 +165,10 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const GNUNET_HashCode * key,
165typedef void (*GNUNET_DHT_GetIterator) (void *cls, 165typedef void (*GNUNET_DHT_GetIterator) (void *cls,
166 struct GNUNET_TIME_Absolute exp, 166 struct GNUNET_TIME_Absolute exp,
167 const GNUNET_HashCode * key, 167 const GNUNET_HashCode * key,
168 const struct GNUNET_PeerIdentity *get_path, 168 const struct GNUNET_PeerIdentity *
169 unsigned int get_path_length, 169 get_path, unsigned int get_path_length,
170 const struct GNUNET_PeerIdentity *put_path, 170 const struct GNUNET_PeerIdentity *
171 unsigned int put_path_length, 171 put_path, unsigned int put_path_length,
172 enum GNUNET_BLOCK_Type type, 172 enum GNUNET_BLOCK_Type type,
173 size_t size, const void *data); 173 size_t size, const void *data);
174 174
@@ -197,8 +197,7 @@ GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle,
197 struct GNUNET_TIME_Relative timeout, 197 struct GNUNET_TIME_Relative timeout,
198 enum GNUNET_BLOCK_Type type, const GNUNET_HashCode * key, 198 enum GNUNET_BLOCK_Type type, const GNUNET_HashCode * key,
199 uint32_t desired_replication_level, 199 uint32_t desired_replication_level,
200 enum GNUNET_DHT_RouteOption options, 200 enum GNUNET_DHT_RouteOption options, const void *xquery,
201 const void *xquery,
202 size_t xquery_size, GNUNET_DHT_GetIterator iter, 201 size_t xquery_size, GNUNET_DHT_GetIterator iter,
203 void *iter_cls); 202 void *iter_cls);
204 203