aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 11:37:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 11:37:29 +0000
commit8f8ed9394c1889f6b302511ac400fa4d55fb1e78 (patch)
treefd72524f30181dc079eaba3be9346026698794e0 /src/include/gnunet_namestore_plugin.h
parent3066c800a6d6b6e16d6c174519025608b6f7f250 (diff)
downloadgnunet-8f8ed9394c1889f6b302511ac400fa4d55fb1e78.tar.gz
gnunet-8f8ed9394c1889f6b302511ac400fa4d55fb1e78.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index c40d95451..8ea1a9d73 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -55,7 +55,7 @@ typedef void (*GNUNET_NAMESTORE_BlockCallback) (void *cls,
55 * @param cls closure 55 * @param cls closure
56 * @param zone_key private key of the zone 56 * @param zone_key private key of the zone
57 * @param label name that is being mapped (at most 255 characters long) 57 * @param label name that is being mapped (at most 255 characters long)
58 * @param rd_count number of entries in 'rd' array 58 * @param rd_count number of entries in @a rd array
59 * @param rd array of records with data to store 59 * @param rd array of records with data to store
60 */ 60 */
61typedef void (*GNUNET_NAMESTORE_RecordIterator) (void *cls, 61typedef void (*GNUNET_NAMESTORE_RecordIterator) (void *cls,