aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-24 15:02:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-24 15:02:10 +0000
commit49f154e0fddb88077d5543e87b5cc21e6634abe1 (patch)
tree2fb3fa228aee86e8a9edabab52ff8af73dd24314 /src/namestore/namestore_api.c
parent1b6eece4b277025bfc3892664fc4b9a95bf0cf7c (diff)
downloadgnunet-49f154e0fddb88077d5543e87b5cc21e6634abe1.tar.gz
gnunet-49f154e0fddb88077d5543e87b5cc21e6634abe1.zip
-fix api
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index e78814db7..0e269f4aa 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -515,7 +515,7 @@ GNUNET_NAMESTORE_disconnect (struct GNUNET_NAMESTORE_Handle *nsh, int drop)
515 * authorities. 515 * authorities.
516 * 516 *
517 * @param h handle to the namestore 517 * @param h handle to the namestore
518 * @param zone hash of the public key of the zone 518 * @param zone_key public key of the zone
519 * @param name name that is being mapped (at most 255 characters long) 519 * @param name name that is being mapped (at most 255 characters long)
520 * @param expire when does the corresponding block in the DHT expire (until 520 * @param expire when does the corresponding block in the DHT expire (until
521 * when should we never do a DHT lookup for the same name again)? 521 * when should we never do a DHT lookup for the same name again)?
@@ -528,7 +528,7 @@ GNUNET_NAMESTORE_disconnect (struct GNUNET_NAMESTORE_Handle *nsh, int drop)
528 */ 528 */
529struct GNUNET_NAMESTORE_QueueEntry * 529struct GNUNET_NAMESTORE_QueueEntry *
530GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h, 530GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
531 const GNUNET_HashCode *zone, 531 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
532 const char *name, 532 const char *name,
533 struct GNUNET_TIME_Absolute expire, 533 struct GNUNET_TIME_Absolute expire,
534 unsigned int rd_count, 534 unsigned int rd_count,