aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 10:02:26 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 10:02:26 +0000
commit9ba50ee8878a87301922e1ace5091b481099d746 (patch)
treeddee067bf3d289383dcdf9bb74fb0b8bdd40b589 /src/include/gnunet_namestore_plugin.h
parentb6582eb9d0558ab448e8cdd7b06e5aba5cd1467d (diff)
downloadgnunet-9ba50ee8878a87301922e1ace5091b481099d746.tar.gz
gnunet-9ba50ee8878a87301922e1ace5091b481099d746.zip
-fix
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h2
1 files changed, 2 insertions, 0 deletions
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"
47 * 47 *
48 * @param cls closure 48 * @param cls closure
49 * @param zone hash of the public key of the zone 49 * @param zone hash of the public key of the zone
50 * @param loc location of the signature for this record
50 * @param name name that is being mapped (at most 255 characters long) 51 * @param name name that is being mapped (at most 255 characters long)
51 * @param record_type type of the record (A, AAAA, PKEY, etc.) 52 * @param record_type type of the record (A, AAAA, PKEY, etc.)
52 * @param expiration expiration time for the content 53 * @param expiration expiration time for the content
@@ -57,6 +58,7 @@ extern "C"
57 */ 58 */
58typedef void (*GNUNET_NAMESTORE_RecordIterator) (void *cls, 59typedef void (*GNUNET_NAMESTORE_RecordIterator) (void *cls,
59 const GNUNET_HashCode *zone, 60 const GNUNET_HashCode *zone,
61 const struct GNUNET_NAMESTORE_SignatureLocation *loc,
60 const char *name, 62 const char *name,
61 uint32_t record_type, 63 uint32_t record_type,
62 struct GNUNET_TIME_Absolute expiration, 64 struct GNUNET_TIME_Absolute expiration,