aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht.h')
-rw-r--r--src/dht/gnunet-service-dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h
index d520cc905..e9b1ff63a 100644
--- a/src/dht/gnunet-service-dht.h
+++ b/src/dht/gnunet-service-dht.h
@@ -89,7 +89,7 @@ GDS_CLIENTS_handle_reply (const struct GDS_DATACACHE_BlockData *bd,
89 * @param key Key of the requested data. 89 * @param key Key of the requested data.
90 */ 90 */
91void 91void
92GDS_CLIENTS_process_get (uint32_t options, 92GDS_CLIENTS_process_get (enum GNUNET_DHT_RouteOption options,
93 enum GNUNET_BLOCK_Type type, 93 enum GNUNET_BLOCK_Type type,
94 uint32_t hop_count, 94 uint32_t hop_count,
95 uint32_t desired_replication_level, 95 uint32_t desired_replication_level,