aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index 7f34c93ce..e50e8e626 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -59,7 +59,7 @@ static struct GNUNET_DNS_Handle *dns_handle;
59/** 59/**
60 * The root zone for this interceptor 60 * The root zone for this interceptor
61 */ 61 */
62static GNUNET_HashCode our_zone; 62static struct GNUNET_CRYPTO_ShortHashCode our_zone;
63 63
64/** 64/**
65 * Our priv key 65 * Our priv key
@@ -336,7 +336,7 @@ handle_dns_request(void *cls,
336 * @return GNUNET_OK on success 336 * @return GNUNET_OK on success
337 */ 337 */
338int 338int
339gns_interceptor_init(GNUNET_HashCode zone, 339gns_interceptor_init(struct GNUNET_CRYPTO_ShortHashCode zone,
340 struct GNUNET_CRYPTO_RsaPrivateKey *key, 340 struct GNUNET_CRYPTO_RsaPrivateKey *key,
341 const struct GNUNET_CONFIGURATION_Handle *c) 341 const struct GNUNET_CONFIGURATION_Handle *c)
342{ 342{