aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-06 12:05:24 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-06 12:05:24 +0000
commit8675d5f1a8906b4255562f878e140acc0ee8fafc (patch)
tree40f140e61d6b2a5212d2aa94b7379ec0d9f03494 /src/include/gnunet_namestore_service.h
parent3a56bf7aa7e6de7d096cb509054b5dab1e50d119 (diff)
downloadgnunet-8675d5f1a8906b4255562f878e140acc0ee8fafc.tar.gz
gnunet-8675d5f1a8906b4255562f878e140acc0ee8fafc.zip
-misc fixes
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 99fc7dcd1..8982df2bc 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -327,9 +327,9 @@ GNUNET_NAMESTORE_lookup_block (struct GNUNET_NAMESTORE_Handle *h,
327 * Process a record that was stored in the namestore. 327 * Process a record that was stored in the namestore.
328 * 328 *
329 * @param cls closure 329 * @param cls closure
330 * @param zone private key of the zone 330 * @param zone private key of the zone; NULL on disconnect
331 * @param label label of the records 331 * @param label label of the records; NULL on disconnect
332 * @param rd_count number of entries in @a rd array 332 * @param rd_count number of entries in @a rd array, 0 if label was deleted
333 * @param rd array of records with data to store 333 * @param rd array of records with data to store
334 */ 334 */
335typedef void (*GNUNET_NAMESTORE_RecordMonitor) (void *cls, 335typedef void (*GNUNET_NAMESTORE_RecordMonitor) (void *cls,