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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_clients.h b/src/dht/gnunet-service-dht_clients.h
index f6d4253d5..44491377e 100644
--- a/src/dht/gnunet-service-dht_clients.h
+++ b/src/dht/gnunet-service-dht_clients.h
@@ -72,7 +72,7 @@ void
72GDS_CLIENTS_process_get (uint32_t options, 72GDS_CLIENTS_process_get (uint32_t options,
73 enum GNUNET_BLOCK_Type type, 73 enum GNUNET_BLOCK_Type type,
74 uint32_t hop_count, 74 uint32_t hop_count,
75 uint32_t desired_replication_level, 75 uint32_t desired_replication_level,
76 unsigned int path_length, 76 unsigned int path_length,
77 const struct GNUNET_PeerIdentity *path, 77 const struct GNUNET_PeerIdentity *path,
78 const struct GNUNET_HashCode * key); 78 const struct GNUNET_HashCode * key);
@@ -121,7 +121,7 @@ void
121GDS_CLIENTS_process_put (uint32_t options, 121GDS_CLIENTS_process_put (uint32_t options,
122 enum GNUNET_BLOCK_Type type, 122 enum GNUNET_BLOCK_Type type,
123 uint32_t hop_count, 123 uint32_t hop_count,
124 uint32_t desired_replication_level, 124 uint32_t desired_replication_level,
125 unsigned int path_length, 125 unsigned int path_length,
126 const struct GNUNET_PeerIdentity *path, 126 const struct GNUNET_PeerIdentity *path,
127 struct GNUNET_TIME_Absolute exp, 127 struct GNUNET_TIME_Absolute exp,