aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-11 15:19:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-11 15:19:09 +0000
commit9dce67fc2e096aaba8ec89d36229d8c2506e166d (patch)
tree30a9320acdffd7713abd2c2a3da38f9a77345c5b /src/namestore/gnunet-namestore.c
parent84666aa70481bffbdfaf876181a11e058044ffe4 (diff)
downloadgnunet-9dce67fc2e096aaba8ec89d36229d8c2506e166d.tar.gz
gnunet-9dce67fc2e096aaba8ec89d36229d8c2506e166d.zip
-fix
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 6a66b1319..9f7eb7ed0 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -383,7 +383,7 @@ sync_cb (void *cls)
383 * GNUNET_TIME_UNIT_ZERO_ABS if there are no records of any type in the namestore, 383 * GNUNET_TIME_UNIT_ZERO_ABS if there are no records of any type in the namestore,
384 * or the expiration time of the block in the namestore (even if there are zero 384 * or the expiration time of the block in the namestore (even if there are zero
385 * records matching the desired record type) 385 * records matching the desired record type)
386 * @param name name that is being mapped (at most 255 characters long) 386 * @param rec_name name that is being mapped (at most 255 characters long)
387 * @param rd_count number of entries in 'rd' array 387 * @param rd_count number of entries in 'rd' array
388 * @param rd array of records with data to store 388 * @param rd array of records with data to store
389 * @param signature signature of the record block, NULL if signature is unavailable (i.e. 389 * @param signature signature of the record block, NULL if signature is unavailable (i.e.
@@ -393,7 +393,7 @@ static void
393get_existing_record (void *cls, 393get_existing_record (void *cls,
394 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, 394 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key,
395 struct GNUNET_TIME_Absolute freshness, 395 struct GNUNET_TIME_Absolute freshness,
396 const char *name, 396 const char *rec_name,
397 unsigned int rd_count, 397 unsigned int rd_count,
398 const struct GNUNET_NAMESTORE_RecordData *rd, 398 const struct GNUNET_NAMESTORE_RecordData *rd,
399 const struct GNUNET_CRYPTO_EccSignature *signature) 399 const struct GNUNET_CRYPTO_EccSignature *signature)