commit 525f4d69de03098e857dd6672d1cd1c4b0755517
parent cd967ce3da30f20fb815288c1f4ebb19816dd0ad
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 18 Oct 2013 15:16:09 +0000
-removing bogus comment
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,
*
* @param h handle to the namestore
* @param pkey private key of the zone
- * @param label name that is being mapped (at most 255 characters long)
+ * @param label name that is being mapped
* @param rd_count number of records in the 'rd' array
* @param rd array of records with data to store
* @param cont continuation to call when done
@@ -140,7 +140,7 @@ typedef void (*GNUNET_NAMESTORE_RecordMonitor) (void *cls,
*
* @param h handle to the namestore
* @param pkey private key of the zone
- * @param label name that is being mapped (at most 255 characters long)
+ * @param label name that is being mapped
* @param rm function to call with the result (with 0 records if we don't have that label)
* @param rm_cls closure for @a rm
* @return handle to abort the request