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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index b2f54746f..f8ce026c7 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -533,7 +533,7 @@ struct GNUNET_GNS_LookupRequest*
533GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, 533GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
534 const char *name, 534 const char *name,
535 const struct GNUNET_CRYPTO_EcdsaPublicKey *zone, 535 const struct GNUNET_CRYPTO_EcdsaPublicKey *zone,
536 int type, 536 uint32_t type,
537 int only_cached, 537 int only_cached,
538 const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key, 538 const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key,
539 GNUNET_GNS_LookupResultProcessor proc, 539 GNUNET_GNS_LookupResultProcessor proc,