aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.h')
-rw-r--r--src/dht/gnunet-service-dht_routing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_routing.h b/src/dht/gnunet-service-dht_routing.h
index 9b12c71de..56326aa60 100644
--- a/src/dht/gnunet-service-dht_routing.h
+++ b/src/dht/gnunet-service-dht_routing.h
@@ -51,7 +51,7 @@
51void 51void
52GDS_ROUTING_process (enum GNUNET_BLOCK_Type type, 52GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
53 struct GNUNET_TIME_Absolute expiration_time, 53 struct GNUNET_TIME_Absolute expiration_time,
54 const GNUNET_HashCode * key, unsigned int put_path_length, 54 const struct GNUNET_HashCode * key, unsigned int put_path_length,
55 const struct GNUNET_PeerIdentity *put_path, 55 const struct GNUNET_PeerIdentity *put_path,
56 unsigned int get_path_length, 56 unsigned int get_path_length,
57 const struct GNUNET_PeerIdentity *get_path, 57 const struct GNUNET_PeerIdentity *get_path,
@@ -74,7 +74,7 @@ void
74GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender, 74GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender,
75 enum GNUNET_BLOCK_Type type, 75 enum GNUNET_BLOCK_Type type,
76 enum GNUNET_DHT_RouteOption options, 76 enum GNUNET_DHT_RouteOption options,
77 const GNUNET_HashCode * key, const void *xquery, 77 const struct GNUNET_HashCode * key, const void *xquery,
78 size_t xquery_size, 78 size_t xquery_size,
79 const struct GNUNET_CONTAINER_BloomFilter *reply_bf, 79 const struct GNUNET_CONTAINER_BloomFilter *reply_bf,
80 uint32_t reply_bf_mutator); 80 uint32_t reply_bf_mutator);