aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
commitb55ae0b50e36537b83a02941caf32a05e3403412 (patch)
tree941d6b2ce180b5b81a5a9c513dbe937f55a24953 /src/include/gnunet_dht_service.h
parent25b5a135122c063f7ed8de74ae04d65fed180f5f (diff)
downloadgnunet-b55ae0b50e36537b83a02941caf32a05e3403412.tar.gz
gnunet-b55ae0b50e36537b83a02941caf32a05e3403412.zip
-fixing #2340
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 8bfa9c59a..6606acb7d 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -220,8 +220,6 @@ typedef void (*GNUNET_DHT_GetIterator) (void *cls,
220 * also "GNUNET_BLOCK_evaluate". 220 * also "GNUNET_BLOCK_evaluate".
221 * 221 *
222 * @param handle handle to the DHT service 222 * @param handle handle to the DHT service
223 * @param timeout how long to wait for transmission of this request to the service
224 * FIXME: this argument should probably be removed in the medium term...
225 * @param type expected type of the response object 223 * @param type expected type of the response object
226 * @param key the key to look up 224 * @param key the key to look up
227 * @param desired_replication_level estimate of how many 225 * @param desired_replication_level estimate of how many
@@ -236,7 +234,6 @@ typedef void (*GNUNET_DHT_GetIterator) (void *cls,
236 */ 234 */
237struct GNUNET_DHT_GetHandle * 235struct GNUNET_DHT_GetHandle *
238GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle, 236GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle,
239 struct GNUNET_TIME_Relative timeout,
240 enum GNUNET_BLOCK_Type type, const GNUNET_HashCode * key, 237 enum GNUNET_BLOCK_Type type, const GNUNET_HashCode * key,
241 uint32_t desired_replication_level, 238 uint32_t desired_replication_level,
242 enum GNUNET_DHT_RouteOption options, const void *xquery, 239 enum GNUNET_DHT_RouteOption options, const void *xquery,