aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 19:19:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 19:19:21 +0000
commit1f27b71afdc085c84ca14eb48a3f70549b551e38 (patch)
treeb1f293a39c585419c3a0b3a35e20662f4aa8af68 /src/dht/test_dht_api.c
parent1b1df3463080c4f269394dac31854a024e8c2ec4 (diff)
downloadgnunet-1f27b71afdc085c84ca14eb48a3f70549b551e38.tar.gz
gnunet-1f27b71afdc085c84ca14eb48a3f70549b551e38.zip
fixes
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index a38da8c73..c56fab27c 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -197,7 +197,7 @@ test_get_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
197 * @param cls closure 197 * @param cls closure
198 * @param tc context information (why was this task triggered now) 198 * @param tc context information (why was this task triggered now)
199 */ 199 */
200void 200static void
201test_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 201test_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
202{ 202{
203 struct PeerContext *peer = cls; 203 struct PeerContext *peer = cls;
@@ -234,7 +234,7 @@ test_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
234 * @param cls closure 234 * @param cls closure
235 * @param tc context information (why was this task triggered now) 235 * @param tc context information (why was this task triggered now)
236 */ 236 */
237void 237static void
238test_put (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 238test_put (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
239{ 239{
240 struct PeerContext *peer = cls; 240 struct PeerContext *peer = cls;