aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-get.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 20:47:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 20:47:21 +0000
commit18ad006e1f9b322d4760fb1473e8182f0d6ae7f0 (patch)
treeb27c918b33f8ce5fa5651299c9f93ff6e963c3ed /src/dht/gnunet-dht-get.c
parent89bc96f3fc0509f872c8372caac099d81ed36622 (diff)
downloadgnunet-18ad006e1f9b322d4760fb1473e8182f0d6ae7f0.tar.gz
gnunet-18ad006e1f9b322d4760fb1473e8182f0d6ae7f0.zip
DCE
Diffstat (limited to 'src/dht/gnunet-dht-get.c')
-rw-r--r--src/dht/gnunet-dht-get.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet-dht-get.c b/src/dht/gnunet-dht-get.c
index 1e75a742a..0d291e5e7 100644
--- a/src/dht/gnunet-dht-get.c
+++ b/src/dht/gnunet-dht-get.c
@@ -61,7 +61,6 @@ static int verbose;
61 */ 61 */
62static struct GNUNET_DHT_Handle *dht_handle; 62static struct GNUNET_DHT_Handle *dht_handle;
63 63
64
65/** 64/**
66 * Global handle of the configuration 65 * Global handle of the configuration
67 */ 66 */
@@ -121,7 +120,7 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
121 * @param size number of bytes in data 120 * @param size number of bytes in data
122 * @param data pointer to the result data 121 * @param data pointer to the result data
123 */ 122 */
124void 123static void
125get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp, 124get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
126 const GNUNET_HashCode * key, 125 const GNUNET_HashCode * key,
127 const struct GNUNET_PeerIdentity *get_path, 126 const struct GNUNET_PeerIdentity *get_path,