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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 83774826e..89f42acb4 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -163,10 +163,12 @@ typedef void (*GNUNET_DHT_PutContinuation)(void *cls,
163 * (size too big) 163 * (size too big)
164 */ 164 */
165struct GNUNET_DHT_PutHandle * 165struct GNUNET_DHT_PutHandle *
166GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key, 166GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
167 const struct GNUNET_HashCode * key,
167 uint32_t desired_replication_level, 168 uint32_t desired_replication_level,
168 enum GNUNET_DHT_RouteOption options, 169 enum GNUNET_DHT_RouteOption options,
169 enum GNUNET_BLOCK_Type type, size_t size, const char *data, 170 enum GNUNET_BLOCK_Type type,
171 size_t size, const void *data,
170 struct GNUNET_TIME_Absolute exp, 172 struct GNUNET_TIME_Absolute exp,
171 struct GNUNET_TIME_Relative timeout, 173 struct GNUNET_TIME_Relative timeout,
172 GNUNET_DHT_PutContinuation cont, 174 GNUNET_DHT_PutContinuation cont,