From 7b00dd51218edbd9182caa664cfce185edc2cc45 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Sep 2016 21:24:03 +0000 Subject: porting xdht to new service API, major code de-duplication effort --- src/dht/gnunet-service-dht.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dht/gnunet-service-dht.h') diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h index bc7a48b5a..493c3b961 100644 --- a/src/dht/gnunet-service-dht.h +++ b/src/dht/gnunet-service-dht.h @@ -82,7 +82,8 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration, const struct GNUNET_PeerIdentity *get_path, unsigned int put_path_length, const struct GNUNET_PeerIdentity *put_path, - enum GNUNET_BLOCK_Type type, size_t data_size, + enum GNUNET_BLOCK_Type type, + size_t data_size, const void *data); -- cgit v1.2.3