From ebfd8a07a7380540ce0216861ffe23e5b303be19 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 5 Mar 2012 12:24:58 +0000 Subject: - doxygen --- src/include/gnunet_namestore_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/gnunet_namestore_service.h') diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h index a8233fa4b..f3ea765fd 100644 --- a/src/include/gnunet_namestore_service.h +++ b/src/include/gnunet_namestore_service.h @@ -111,7 +111,7 @@ GNUNET_NAMESTORE_disconnect (struct GNUNET_NAMESTORE_Handle *h, int drop); * * @param cls closure * @param success GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate) - * GNUNET_NO if content was already there + * GNUNET_NO if content was already there or not found * GNUNET_YES (or other positive value) on success * @param emsg NULL on success, otherwise an error message */ @@ -419,7 +419,7 @@ GNUNET_NAMESTORE_records_get_size (unsigned int rd_count, /** * Serialize the given records to the given destination buffer. * - * @param rd_cound number of records in the rd array + * @param rd_count number of records in the rd array * @param rd array of GNUNET_NAMESTORE_RecordData with rd_count elements * @param dest_size size of the destination array * @param dest where to write the result @@ -438,7 +438,7 @@ GNUNET_NAMESTORE_records_serialize (unsigned int rd_count, * * @param len size of the serialized record data * @param src the serialized record data - * @param rd_cound number of records in the rd array + * @param rd_count number of records in the rd array * @param dest where to put the data * * @return GNUNET_OK on success, GNUNET_SYSERR on error -- cgit v1.2.3