-fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 10:02:26 +0000 (10:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 10:02:26 +0000 (10:02 +0000)
src/include/gnunet_namestore_plugin.h

index 111be7e475d6755e33e38a8eca4af6676987b4ec..2bac194e6f2428995e1ea2ee0e5835f60b5408c0 100644 (file)
@@ -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,