aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-21 17:56:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-21 17:56:09 +0000
commit85c02242bfd1b11930829ca596ebbf16c7d964e4 (patch)
treea0612b0760455d545a2a075eddc0dc636e4f3cf3 /src/namestore/namestore_api.c
parentc0081d988f9af092436a353948dc75b85955a63f (diff)
downloadgnunet-85c02242bfd1b11930829ca596ebbf16c7d964e4.tar.gz
gnunet-85c02242bfd1b11930829ca596ebbf16c7d964e4.zip
-fix
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 907314a8d..ad881f18d 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -384,8 +384,7 @@ GNUNET_NAMESTORE_stree_start (struct GNUNET_NAMESTORE_Handle *h,
384 * @param h handle to the namestore 384 * @param h handle to the namestore
385 * @param zone_key public key of the zone 385 * @param zone_key public key of the zone
386 * @param loc location in the B-tree 386 * @param loc location in the B-tree
387 * @param ploc parent's location in the B-tree (must have depth = loc.depth - 1), NULL for root 387 * @param ploc parent's location in the B-tree (must have depth = loc.depth - 1)
388 * @param top_sig signature at the top, NULL if 'loc.depth > 0'
389 * @param num_entries number of entries at this node in the B-tree 388 * @param num_entries number of entries at this node in the B-tree
390 * @param entries the 'num_entries' entries to store (hashes over the 389 * @param entries the 'num_entries' entries to store (hashes over the
391 * records) 390 * records)
@@ -398,7 +397,6 @@ GNUNET_NAMESTORE_stree_put (struct GNUNET_NAMESTORE_Handle *h,
398 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key, 397 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
399 const struct GNUNET_NAMESTORE_SignatureLocation *loc, 398 const struct GNUNET_NAMESTORE_SignatureLocation *loc,
400 const struct GNUNET_NAMESTORE_SignatureLocation *ploc, 399 const struct GNUNET_NAMESTORE_SignatureLocation *ploc,
401 const struct GNUNET_CRYPTO_RsaSignature *sig,
402 unsigned int num_entries, 400 unsigned int num_entries,
403 const GNUNET_HashCode *entries, 401 const GNUNET_HashCode *entries,
404 GNUNET_NAMESTORE_ContinuationWithStatus cont, 402 GNUNET_NAMESTORE_ContinuationWithStatus cont,