aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
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/include/gnunet_gns_service.h
parentb5bdfc8c7f57a9afff7a7dc2b6a8cdf5c303940d (diff)
downloadgnunet-ab88c7e4ab224f1ce3040104e813a28b7910e1ca.tar.gz
gnunet-ab88c7e4ab224f1ce3040104e813a28b7910e1ca.zip
should be uint32_t
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h2
1 files changed, 1 insertions, 1 deletions
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,