aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 75c2f9530..3d58922ad 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -527,10 +527,10 @@ GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr)
527struct GNUNET_GNS_LookupRequest* 527struct GNUNET_GNS_LookupRequest*
528GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, 528GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
529 const char *name, 529 const char *name,
530 const struct GNUNET_CRYPTO_EccPublicSignKey *zone, 530 const struct GNUNET_CRYPTO_EcdsaPublicKey *zone,
531 int type, 531 int type,
532 int only_cached, 532 int only_cached,
533 const struct GNUNET_CRYPTO_EccPrivateKey *shorten_zone_key, 533 const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key,
534 GNUNET_GNS_LookupResultProcessor proc, 534 GNUNET_GNS_LookupResultProcessor proc,
535 void *proc_cls) 535 void *proc_cls)
536{ 536{