From 9ba50ee8878a87301922e1ace5091b481099d746 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2012 10:02:26 +0000 Subject: [PATCH] -fix --- src/include/gnunet_namestore_plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h index 111be7e47..2bac194e6 100644 --- a/src/include/gnunet_namestore_plugin.h +++ b/src/include/gnunet_namestore_plugin.h @@ -47,6 +47,7 @@ extern "C" * * @param cls closure * @param zone hash of the public key of the zone + * @param loc location of the signature for this record * @param name name that is being mapped (at most 255 characters long) * @param record_type type of the record (A, AAAA, PKEY, etc.) * @param expiration expiration time for the content @@ -57,6 +58,7 @@ extern "C" */ typedef void (*GNUNET_NAMESTORE_RecordIterator) (void *cls, const GNUNET_HashCode *zone, + const struct GNUNET_NAMESTORE_SignatureLocation *loc, const char *name, uint32_t record_type, struct GNUNET_TIME_Absolute expiration, -- 2.25.1