From ab88c7e4ab224f1ce3040104e813a28b7910e1ca Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Jan 2014 13:17:16 +0000 Subject: should be uint32_t --- src/gns/gns_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns/gns_api.c') 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* GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, const char *name, const struct GNUNET_CRYPTO_EcdsaPublicKey *zone, - int type, + uint32_t type, int only_cached, const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key, GNUNET_GNS_LookupResultProcessor proc, -- cgit v1.2.3