aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-31 21:30:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-31 21:30:55 +0000
commit8df95b854d763559f2b06e3a6c3cb143723facc6 (patch)
tree68de6417f9a09ddeccd5071da96174f1024af9d6 /src/dht/dht_api.c
parent48c3f008109fe5c1925eee5fc946e5e606d410c7 (diff)
-moving DHT test to testbed API
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 0905486d12..7964ba98f9 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1041,7 +1041,7 @@ struct GNUNET_DHT_PutHandle *
GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key,
uint32_t desired_replication_level,
enum GNUNET_DHT_RouteOption options,
- enum GNUNET_BLOCK_Type type, size_t size, const char *data,
+ enum GNUNET_BLOCK_Type type, size_t size, const void *data,
struct GNUNET_TIME_Absolute exp,
struct GNUNET_TIME_Relative timeout, GNUNET_DHT_PutContinuation cont,
void *cont_cls)