-fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 21 Feb 2012 17:56:09 +0000 (17:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 21 Feb 2012 17:56:09 +0000 (17:56 +0000)
src/namestore/namestore_api.c

index 907314a8d9f0eb89f3b9d50ee0605ea1cbc4ff79..ad881f18dd41af0b1efeb270d11b8832b95d4005 100644 (file)
@@ -384,8 +384,7 @@ GNUNET_NAMESTORE_stree_start (struct GNUNET_NAMESTORE_Handle *h,
  * @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 @@ GNUNET_NAMESTORE_stree_put (struct GNUNET_NAMESTORE_Handle *h,
                             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,