From bfbbb1e8700093783da55c84221fc688eee4c9a0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Aug 2013 17:10:07 +0000 Subject: -getting rid of duplication of record type values / enum GNUNET_GNS_RecordType --- src/gns/gns_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gns/gns_api.c') diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c index e672c5687..64f5144c6 100644 --- a/src/gns/gns_api.c +++ b/src/gns/gns_api.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009, 2010, 2012 Christian Grothoff (and other contributing authors) + (C) 2009-2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -821,7 +821,7 @@ struct GNUNET_GNS_LookupRequest* GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle, const char *name, struct GNUNET_CRYPTO_ShortHashCode *zone, - enum GNUNET_GNS_RecordType type, + int type, int only_cached, struct GNUNET_CRYPTO_EccPrivateKey *shorten_key, GNUNET_GNS_LookupResultProcessor proc, @@ -900,7 +900,7 @@ GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle, struct GNUNET_GNS_LookupRequest * GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, const char *name, - enum GNUNET_GNS_RecordType type, + int type, int only_cached, struct GNUNET_CRYPTO_EccPrivateKey *shorten_key, GNUNET_GNS_LookupResultProcessor proc, -- cgit v1.2.3