aboutsummaryrefslogtreecommitdiff
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
parentb5bdfc8c7f57a9afff7a7dc2b6a8cdf5c303940d (diff)
downloadgnunet-ab88c7e4ab224f1ce3040104e813a28b7910e1ca.tar.gz
gnunet-ab88c7e4ab224f1ce3040104e813a28b7910e1ca.zip
should be uint32_t
-rw-r--r--src/gns/gns_api.c2
-rw-r--r--src/include/gnunet_gns_service.h2
2 files changed, 2 insertions, 2 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,
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 36ca0ab5e..bfe9fbc5b 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -108,7 +108,7 @@ struct GNUNET_GNS_LookupRequest *
108GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, 108GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
109 const char *name, 109 const char *name,
110 const struct GNUNET_CRYPTO_EcdsaPublicKey *zone, 110 const struct GNUNET_CRYPTO_EcdsaPublicKey *zone,
111 int type, 111 uint32_t type,
112 int only_cached, 112 int only_cached,
113 const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key, 113 const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key,
114 GNUNET_GNS_LookupResultProcessor proc, 114 GNUNET_GNS_LookupResultProcessor proc,