aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_namestore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index ddfc912bc..c85330681 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -101,7 +101,7 @@ typedef void (*GNUNET_NAMESTORE_ContinuationWithStatus) (void *cls,
101 * 101 *
102 * @param h handle to the namestore 102 * @param h handle to the namestore
103 * @param pkey private key of the zone 103 * @param pkey private key of the zone
104 * @param label name that is being mapped (at most 255 characters long) 104 * @param label name that is being mapped
105 * @param rd_count number of records in the 'rd' array 105 * @param rd_count number of records in the 'rd' array
106 * @param rd array of records with data to store 106 * @param rd array of records with data to store
107 * @param cont continuation to call when done 107 * @param cont continuation to call when done
@@ -140,7 +140,7 @@ typedef void (*GNUNET_NAMESTORE_RecordMonitor) (void *cls,
140 * 140 *
141 * @param h handle to the namestore 141 * @param h handle to the namestore
142 * @param pkey private key of the zone 142 * @param pkey private key of the zone
143 * @param label name that is being mapped (at most 255 characters long) 143 * @param label name that is being mapped
144 * @param rm function to call with the result (with 0 records if we don't have that label) 144 * @param rm function to call with the result (with 0 records if we don't have that label)
145 * @param rm_cls closure for @a rm 145 * @param rm_cls closure for @a rm
146 * @return handle to abort the request 146 * @return handle to abort the request