aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 0905486d1..7964ba98f 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1041,7 +1041,7 @@ struct GNUNET_DHT_PutHandle *
1041GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key, 1041GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key,
1042 uint32_t desired_replication_level, 1042 uint32_t desired_replication_level,
1043 enum GNUNET_DHT_RouteOption options, 1043 enum GNUNET_DHT_RouteOption options,
1044 enum GNUNET_BLOCK_Type type, size_t size, const char *data, 1044 enum GNUNET_BLOCK_Type type, size_t size, const void *data,
1045 struct GNUNET_TIME_Absolute exp, 1045 struct GNUNET_TIME_Absolute exp,
1046 struct GNUNET_TIME_Relative timeout, GNUNET_DHT_PutContinuation cont, 1046 struct GNUNET_TIME_Relative timeout, GNUNET_DHT_PutContinuation cont,
1047 void *cont_cls) 1047 void *cont_cls)