aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-21 13:17:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-21 13:17:16 +0000
commitab88c7e4ab224f1ce3040104e813a28b7910e1ca (patch)
tree2afa1900afc4e5bcfe58117a5a6b154913a75073 /src/gns
parentb5bdfc8c7f57a9afff7a7dc2b6a8cdf5c303940d (diff)
downloadgnunet-ab88c7e4ab224f1ce3040104e813a28b7910e1ca.tar.gz
gnunet-ab88c7e4ab224f1ce3040104e813a28b7910e1ca.zip
should be uint32_t
Diffstat (limited to 'src/gns')
-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,