gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19913 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r19913 - gnunet/src/include
Date: Wed, 22 Feb 2012 11:02:26 +0100

Author: grothoff
Date: 2012-02-22 11:02:26 +0100 (Wed, 22 Feb 2012)
New Revision: 19913

Modified:
   gnunet/src/include/gnunet_namestore_plugin.h
Log:
-fix

Modified: gnunet/src/include/gnunet_namestore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_namestore_plugin.h        2012-02-22 09:02:09 UTC 
(rev 19912)
+++ gnunet/src/include/gnunet_namestore_plugin.h        2012-02-22 10:02:26 UTC 
(rev 19913)
@@ -47,6 +47,7 @@
  *
  * @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 @@
  */
 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]