X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_gns_service.h;h=36ca0ab5e81de2e9adaa4ef1736d1fab12da73d5;hb=27c12911f4f2aba2d90099270d70de846e83854f;hp=7f2bd790d94a2e57b77ac9e9dd0d77c30911648c;hpb=9deab19cc53c6c1324af2193cef9686875a39c16;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h index 7f2bd790d..36ca0ab5e 100644 --- a/src/include/gnunet_gns_service.h +++ b/src/include/gnunet_gns_service.h @@ -84,7 +84,7 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle); */ typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls, uint32_t rd_count, - const struct GNUNET_NAMESTORE_RecordData *rd); + const struct GNUNET_GNSRECORD_Data *rd); /** @@ -107,10 +107,10 @@ typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls, struct GNUNET_GNS_LookupRequest * GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, const char *name, - const struct GNUNET_CRYPTO_EccPublicKey *zone, + const struct GNUNET_CRYPTO_EcdsaPublicKey *zone, int type, int only_cached, - const struct GNUNET_CRYPTO_EccPrivateKey *shorten_zone_key, + const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone_key, GNUNET_GNS_LookupResultProcessor proc, void *proc_cls);