gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20351 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r20351 - gnunet/src/include
Date: Wed, 7 Mar 2012 18:16:22 +0100

Author: wachs
Date: 2012-03-07 18:16:22 +0100 (Wed, 07 Mar 2012)
New Revision: 20351

Modified:
   gnunet/src/include/gnunet_gns_service.h
Log:
- blame martin


Modified: gnunet/src/include/gnunet_gns_service.h
===================================================================
--- gnunet/src/include/gnunet_gns_service.h     2012-03-07 17:00:02 UTC (rev 
20350)
+++ gnunet/src/include/gnunet_gns_service.h     2012-03-07 17:16:22 UTC (rev 
20351)
@@ -83,15 +83,13 @@
 
 /**
  * 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);
 
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]