aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-07 17:16:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-07 17:16:22 +0000
commitd44cf66bdd199e8c2f9f4e2b2e7d51881673d7b9 (patch)
tree61dc940976283514369db0a8b68dfba6037760b0 /src/include/gnunet_gns_service.h
parent45778d82d7d094e40c59108da0b97e99f6caa77e (diff)
downloadgnunet-d44cf66bdd199e8c2f9f4e2b2e7d51881673d7b9.tar.gz
gnunet-d44cf66bdd199e8c2f9f4e2b2e7d51881673d7b9.zip
- blame martin
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index ba634df1d..0b25adfdd 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -83,15 +83,13 @@ enum GNUNET_GNS_RecordType
83 83
84/** 84/**
85 * Initialize the connection with the GNS service. 85 * Initialize the connection with the GNS service.
86 * FIXME: Do we need the ht_len?
87 * 86 *
88 * @param cfg configuration to use 87 * @param cfg configuration to use
89 * @param ht_len size of the internal hash table to use for parallel lookups 88 * @param ht_len size of the internal hash table to use for parallel requests
90 * @return NULL on error 89 * @return handle to the GNS service, or NULL on error
91 */ 90 */
92struct GNUNET_GNS_Handle * 91struct GNUNET_GNS_Handle *
93GNUNET_GNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 92GNUNET_GNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
94 unsigned int ht_len);
95 93
96 94
97/** 95/**