aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
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,