From: Matthias Wachs Date: Wed, 7 Mar 2012 17:16:22 +0000 (+0000) Subject: - blame martin X-Git-Tag: initial-import-from-subversion-38251~14369 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d44cf66bdd199e8c2f9f4e2b2e7d51881673d7b9;p=oweals%2Fgnunet.git - blame martin --- 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 /** * Initialize the connection with the GNS service. - * FIXME: Do we need the ht_len? * * @param cfg configuration to use - * @param ht_len size of the internal hash table to use for parallel lookups - * @return NULL on error + * @param ht_len size of the internal hash table to use for parallel requests + * @return handle to the GNS service, or NULL on error */ struct GNUNET_GNS_Handle * -GNUNET_GNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, - unsigned int ht_len); +GNUNET_GNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg); /**