aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_clients.h')
-rw-r--r--src/dht/gnunet-service-dht_clients.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/dht/gnunet-service-dht_clients.h b/src/dht/gnunet-service-dht_clients.h
index 66fa433c0..21b2343e7 100644
--- a/src/dht/gnunet-service-dht_clients.h
+++ b/src/dht/gnunet-service-dht_clients.h
@@ -47,14 +47,13 @@
47 */ 47 */
48void 48void
49GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration, 49GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
50 const GNUNET_HashCode *key, 50 const GNUNET_HashCode * key,
51 unsigned int get_path_length, 51 unsigned int get_path_length,
52 const struct GNUNET_PeerIdentity *get_path, 52 const struct GNUNET_PeerIdentity *get_path,
53 unsigned int put_path_length, 53 unsigned int put_path_length,
54 const struct GNUNET_PeerIdentity *put_path, 54 const struct GNUNET_PeerIdentity *put_path,
55 enum GNUNET_BLOCK_Type type, 55 enum GNUNET_BLOCK_Type type, size_t data_size,
56 size_t data_size, 56 const void *data);
57 const void *data);
58 57
59 58
60/** 59/**
@@ -62,7 +61,7 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
62 * 61 *
63 * @param server the initialized server 62 * @param server the initialized server
64 */ 63 */
65void 64void
66GDS_CLIENTS_init (struct GNUNET_SERVER_Handle *server); 65GDS_CLIENTS_init (struct GNUNET_SERVER_Handle *server);
67 66
68 67