aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_specific_zone.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_specific_zone.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
index 519383169..02587706c 100644
--- a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
+++ b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
@@ -37,9 +37,9 @@ static struct GNUNET_NAMESTORE_Handle *nsh;
37 37
38static struct GNUNET_SCHEDULER_Task *endbadly_task; 38static struct GNUNET_SCHEDULER_Task *endbadly_task;
39 39
40static struct GNUNET_IDENTITY_PrivateKey privkey; 40static struct GNUNET_CRYPTO_PrivateKey privkey;
41 41
42static struct GNUNET_IDENTITY_PrivateKey privkey2; 42static struct GNUNET_CRYPTO_PrivateKey privkey2;
43 43
44static struct GNUNET_NAMESTORE_ZoneIterator *zi; 44static struct GNUNET_NAMESTORE_ZoneIterator *zi;
45 45
@@ -123,7 +123,7 @@ fail_cb (void *cls)
123 123
124static void 124static void
125zone_proc (void *cls, 125zone_proc (void *cls,
126 const struct GNUNET_IDENTITY_PrivateKey *zone, 126 const struct GNUNET_CRYPTO_PrivateKey *zone,
127 const char *label, 127 const char *label,
128 unsigned int rd_count, 128 unsigned int rd_count,
129 const struct GNUNET_GNSRECORD_Data *rd) 129 const struct GNUNET_GNSRECORD_Data *rd)
@@ -307,7 +307,7 @@ create_record (unsigned int count)
307 */ 307 */
308static void 308static void
309empty_zone_proc (void *cls, 309empty_zone_proc (void *cls,
310 const struct GNUNET_IDENTITY_PrivateKey *zone, 310 const struct GNUNET_CRYPTO_PrivateKey *zone,
311 const char *label, 311 const char *label,
312 unsigned int rd_count, 312 unsigned int rd_count,
313 const struct GNUNET_GNSRECORD_Data *rd) 313 const struct GNUNET_GNSRECORD_Data *rd)