aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_twopeer.c')
-rw-r--r--src/dht/test_dht_twopeer.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c
index 50a27a093..63f200e7d 100644
--- a/src/dht/test_dht_twopeer.c
+++ b/src/dht/test_dht_twopeer.c
@@ -141,7 +141,8 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
141} 141}
142 142
143/* Forward declaration */ 143/* Forward declaration */
144static void do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc); 144static void
145do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
145 146
146/** 147/**
147 * Iterator called on each result obtained for a DHT 148 * Iterator called on each result obtained for a DHT
@@ -199,8 +200,8 @@ get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
199 200
200} 201}
201 202
202static void stop_retry_get (void *cls, 203static void
203 const struct GNUNET_SCHEDULER_TaskContext *tc); 204stop_retry_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
204 205
205static void 206static void
206get_stop_finished (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 207get_stop_finished (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)