aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-zoneimport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-zoneimport.c')
-rw-r--r--src/namestore/gnunet-zoneimport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c
index 485df4924..c7e0cf65f 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -94,7 +94,7 @@ struct Zone
94 /** 94 /**
95 * Private key of the zone. 95 * Private key of the zone.
96 */ 96 */
97 struct GNUNET_IDENTITY_PrivateKey key; 97 struct GNUNET_CRYPTO_PrivateKey key;
98}; 98};
99 99
100 100
@@ -1393,7 +1393,7 @@ ns_lookup_error_cb (void *cls)
1393 */ 1393 */
1394static void 1394static void
1395ns_lookup_result_cb (void *cls, 1395ns_lookup_result_cb (void *cls,
1396 const struct GNUNET_IDENTITY_PrivateKey *key, 1396 const struct GNUNET_CRYPTO_PrivateKey *key,
1397 const char *label, 1397 const char *label,
1398 unsigned int rd_count, 1398 unsigned int rd_count,
1399 const struct GNUNET_GNSRECORD_Data *rd) 1399 const struct GNUNET_GNSRECORD_Data *rd)