aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-05 12:24:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-05 12:24:58 +0000
commitebfd8a07a7380540ce0216861ffe23e5b303be19 (patch)
tree13f9fd2f61b51e323aa1ee7a2fabe36bb64ffd39 /src/include/gnunet_namestore_service.h
parent0f1462b0595e41eb71f5282371d37d0b56b6d06b (diff)
downloadgnunet-ebfd8a07a7380540ce0216861ffe23e5b303be19.tar.gz
gnunet-ebfd8a07a7380540ce0216861ffe23e5b303be19.zip
- doxygen
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 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);
111 * 111 *
112 * @param cls closure 112 * @param cls closure
113 * @param success GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate) 113 * @param success GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate)
114 * GNUNET_NO if content was already there 114 * GNUNET_NO if content was already there or not found
115 * GNUNET_YES (or other positive value) on success 115 * GNUNET_YES (or other positive value) on success
116 * @param emsg NULL on success, otherwise an error message 116 * @param emsg NULL on success, otherwise an error message
117 */ 117 */
@@ -419,7 +419,7 @@ GNUNET_NAMESTORE_records_get_size (unsigned int rd_count,
419/** 419/**
420 * Serialize the given records to the given destination buffer. 420 * Serialize the given records to the given destination buffer.
421 * 421 *
422 * @param rd_cound number of records in the rd array 422 * @param rd_count number of records in the rd array
423 * @param rd array of GNUNET_NAMESTORE_RecordData with rd_count elements 423 * @param rd array of GNUNET_NAMESTORE_RecordData with rd_count elements
424 * @param dest_size size of the destination array 424 * @param dest_size size of the destination array
425 * @param dest where to write the result 425 * @param dest where to write the result
@@ -438,7 +438,7 @@ GNUNET_NAMESTORE_records_serialize (unsigned int rd_count,
438 * 438 *
439 * @param len size of the serialized record data 439 * @param len size of the serialized record data
440 * @param src the serialized record data 440 * @param src the serialized record data
441 * @param rd_cound number of records in the rd array 441 * @param rd_count number of records in the rd array
442 * @param dest where to put the data 442 * @param dest where to put the data
443 * 443 *
444 * @return GNUNET_OK on success, GNUNET_SYSERR on error 444 * @return GNUNET_OK on success, GNUNET_SYSERR on error