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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 51079fec8..dac21fbee 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -260,7 +260,10 @@ GNUNET_NAMESTORE_record_remove (struct GNUNET_NAMESTORE_Handle *h,
260 * @param cls closure 260 * @param cls closure
261 * @param zone_key public key of the zone 261 * @param zone_key public key of the zone
262 * @param expire when does the corresponding block in the DHT expire (until 262 * @param expire when does the corresponding block in the DHT expire (until
263 * when should we never do a DHT lookup for the same name again)? 263 * when should we never do a DHT lookup for the same name again)?;
264 * GNUNET_TIME_UNIT_ZERO_ABS if there are no records of any type in the namestore,
265 * or the expiration time of the block in the namestore (even if there are zero
266 * records matching the desired record type)
264 * @param name name that is being mapped (at most 255 characters long) 267 * @param name name that is being mapped (at most 255 characters long)
265 * @param rd_count number of entries in 'rd' array 268 * @param rd_count number of entries in 'rd' array
266 * @param rd array of records with data to store 269 * @param rd array of records with data to store