aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 56e2859d0..50a8601f8 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -305,7 +305,7 @@ del_continuation (void *cls,
305 */ 305 */
306static void 306static void
307display_record (void *cls, 307display_record (void *cls,
308 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, 308 const struct GNUNET_CRYPTO_EccPublicKey *zone_key,
309 struct GNUNET_TIME_Absolute expire, 309 struct GNUNET_TIME_Absolute expire,
310 const char *name, 310 const char *name,
311 unsigned int rd_len, 311 unsigned int rd_len,
@@ -396,7 +396,7 @@ sync_cb (void *cls)
396 */ 396 */
397static void 397static void
398get_existing_record (void *cls, 398get_existing_record (void *cls,
399 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, 399 const struct GNUNET_CRYPTO_EccPublicKey *zone_key,
400 struct GNUNET_TIME_Absolute freshness, 400 struct GNUNET_TIME_Absolute freshness,
401 const char *rec_name, 401 const char *rec_name,
402 unsigned int rd_count, 402 unsigned int rd_count,
@@ -453,7 +453,7 @@ testservice_task (void *cls,
453 int result) 453 int result)
454{ 454{
455 const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 455 const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
456 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pub; 456 struct GNUNET_CRYPTO_EccPublicKey pub;
457 struct GNUNET_NAMESTORE_RecordData rd; 457 struct GNUNET_NAMESTORE_RecordData rd;
458 458
459 if (GNUNET_YES != result) 459 if (GNUNET_YES != result)