aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_stop.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_stop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_stop.c b/src/namestore/test_namestore_api_zone_iteration_stop.c
index 4fe86301c..b6b0787ef 100644
--- a/src/namestore/test_namestore_api_zone_iteration_stop.c
+++ b/src/namestore/test_namestore_api_zone_iteration_stop.c
@@ -33,9 +33,9 @@
33 33
34static struct GNUNET_NAMESTORE_Handle *nsh; 34static struct GNUNET_NAMESTORE_Handle *nsh;
35 35
36static struct GNUNET_IDENTITY_PrivateKey privkey; 36static struct GNUNET_CRYPTO_PrivateKey privkey;
37 37
38static struct GNUNET_IDENTITY_PrivateKey privkey2; 38static struct GNUNET_CRYPTO_PrivateKey privkey2;
39 39
40static struct GNUNET_NAMESTORE_ZoneIterator *zi; 40static struct GNUNET_NAMESTORE_ZoneIterator *zi;
41 41
@@ -111,7 +111,7 @@ fail_cb (void *cls)
111 111
112static void 112static void
113zone_proc (void *cls, 113zone_proc (void *cls,
114 const struct GNUNET_IDENTITY_PrivateKey *zone, 114 const struct GNUNET_CRYPTO_PrivateKey *zone,
115 const char *label, 115 const char *label,
116 unsigned int rd_count, 116 unsigned int rd_count,
117 const struct GNUNET_GNSRECORD_Data *rd) 117 const struct GNUNET_GNSRECORD_Data *rd)
@@ -317,7 +317,7 @@ create_record (unsigned int count)
317 */ 317 */
318static void 318static void
319empty_zone_proc (void *cls, 319empty_zone_proc (void *cls,
320 const struct GNUNET_IDENTITY_PrivateKey *zone, 320 const struct GNUNET_CRYPTO_PrivateKey *zone,
321 const char *label, 321 const char *label,
322 unsigned int rd_count, 322 unsigned int rd_count,
323 const struct GNUNET_GNSRECORD_Data *rd) 323 const struct GNUNET_GNSRECORD_Data *rd)