aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_nick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_nick.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_nick.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_nick.c b/src/namestore/test_namestore_api_zone_iteration_nick.c
index 5855b1e87..c494051d0 100644
--- a/src/namestore/test_namestore_api_zone_iteration_nick.c
+++ b/src/namestore/test_namestore_api_zone_iteration_nick.c
@@ -37,9 +37,9 @@
37 37
38static struct GNUNET_NAMESTORE_Handle *nsh; 38static struct GNUNET_NAMESTORE_Handle *nsh;
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
@@ -152,7 +152,7 @@ zone_proc_end (void *cls)
152 152
153static void 153static void
154zone_proc (void *cls, 154zone_proc (void *cls,
155 const struct GNUNET_IDENTITY_PrivateKey *zone, 155 const struct GNUNET_CRYPTO_PrivateKey *zone,
156 const char *label, 156 const char *label,
157 unsigned int rd_count, 157 unsigned int rd_count,
158 const struct GNUNET_GNSRECORD_Data *rd) 158 const struct GNUNET_GNSRECORD_Data *rd)
@@ -342,7 +342,7 @@ nick_1_cont (void *cls, enum GNUNET_ErrorCode ec)
342 */ 342 */
343static void 343static void
344empty_zone_proc (void *cls, 344empty_zone_proc (void *cls,
345 const struct GNUNET_IDENTITY_PrivateKey *zone, 345 const struct GNUNET_CRYPTO_PrivateKey *zone,
346 const char *label, 346 const char *label,
347 unsigned int rd_count, 347 unsigned int rd_count,
348 const struct GNUNET_GNSRECORD_Data *rd) 348 const struct GNUNET_GNSRECORD_Data *rd)