aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring_existing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring_existing.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring_existing.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_monitoring_existing.c b/src/namestore/test_namestore_api_monitoring_existing.c
index 87476b309..fe17833c8 100644
--- a/src/namestore/test_namestore_api_monitoring_existing.c
+++ b/src/namestore/test_namestore_api_monitoring_existing.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_ZoneMonitor *zm; 44static struct GNUNET_NAMESTORE_ZoneMonitor *zm;
45 45
@@ -128,7 +128,7 @@ end (void *cls)
128 128
129static void 129static void
130zone_proc (void *cls, 130zone_proc (void *cls,
131 const struct GNUNET_IDENTITY_PrivateKey *zone_key, 131 const struct GNUNET_CRYPTO_PrivateKey *zone_key,
132 const char *name, 132 const char *name,
133 unsigned int rd_count, 133 unsigned int rd_count,
134 const struct GNUNET_GNSRECORD_Data *rd) 134 const struct GNUNET_GNSRECORD_Data *rd)