gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19904 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r19904 - gnunet/src/namestore
Date: Tue, 21 Feb 2012 18:56:09 +0100

Author: grothoff
Date: 2012-02-21 18:56:09 +0100 (Tue, 21 Feb 2012)
New Revision: 19904

Modified:
   gnunet/src/namestore/namestore_api.c
Log:
-fix

Modified: gnunet/src/namestore/namestore_api.c
===================================================================
--- gnunet/src/namestore/namestore_api.c        2012-02-21 17:51:25 UTC (rev 
19903)
+++ gnunet/src/namestore/namestore_api.c        2012-02-21 17:56:09 UTC (rev 
19904)
@@ -384,8 +384,7 @@
  * @param h handle to the namestore
  * @param zone_key public key of the zone
  * @param loc location in the B-tree
- * @param ploc parent's location in the B-tree (must have depth = loc.depth - 
1), NULL for root
- * @param top_sig signature at the top, NULL if 'loc.depth > 0'
+ * @param ploc parent's location in the B-tree (must have depth = loc.depth - 
1)
  * @param num_entries number of entries at this node in the B-tree
  * @param entries the 'num_entries' entries to store (hashes over the
  *                records)
@@ -398,7 +397,6 @@
                             const struct 
GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
                             const struct GNUNET_NAMESTORE_SignatureLocation 
*loc,
                             const struct GNUNET_NAMESTORE_SignatureLocation 
*ploc,
-                            const struct GNUNET_CRYPTO_RsaSignature *sig,
                             unsigned int num_entries,
                             const GNUNET_HashCode *entries,
                             GNUNET_NAMESTORE_ContinuationWithStatus cont,




reply via email to

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