aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-20 13:49:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-20 13:49:09 +0000
commitd692b86f8096cb613b8f14418c1dddddd584fe8a (patch)
tree4006416de0c3934255781a7be033da24409d3fd1 /src/gns/gnunet-service-gns_resolver.h
parent11cd4959d673c5c58d9a952d25425c3ca4ba4b3e (diff)
downloadgnunet-d692b86f8096cb613b8f14418c1dddddd584fe8a.tar.gz
gnunet-d692b86f8096cb613b8f14418c1dddddd584fe8a.zip
-dead code elimination
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index 7728c397d..ffb7142a7 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -32,15 +32,13 @@
32 * Initialize the resolver subsystem. 32 * Initialize the resolver subsystem.
33 * MUST be called before #GNS_resolver_lookup. 33 * MUST be called before #GNS_resolver_lookup.
34 * 34 *
35 * @param nh handle to the namestore
36 * @param nc the namecache handle 35 * @param nc the namecache handle
37 * @param dht handle to the dht 36 * @param dht handle to the dht
38 * @param c configuration handle 37 * @param c configuration handle
39 * @param max_bg_queries maximum amount of background queries 38 * @param max_bg_queries maximum amount of background queries
40 */ 39 */
41void 40void
42GNS_resolver_init (struct GNUNET_NAMESTORE_Handle *nh, 41GNS_resolver_init (struct GNUNET_NAMECACHE_Handle *nc,
43 struct GNUNET_NAMECACHE_Handle *nc,
44 struct GNUNET_DHT_Handle *dht, 42 struct GNUNET_DHT_Handle *dht,
45 const struct GNUNET_CONFIGURATION_Handle *c, 43 const struct GNUNET_CONFIGURATION_Handle *c,
46 unsigned long long max_bg_queries); 44 unsigned long long max_bg_queries);