aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 38346ada3..56dadef3a 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -411,9 +411,9 @@ GNUNET_GNSRECORD_number_to_typename (uint32_t type);
411 * 411 *
412 * @param rd_count number of records in the @a rd array 412 * @param rd_count number of records in the @a rd array
413 * @param rd array of #GNUNET_GNSRECORD_Data with @a rd_count elements 413 * @param rd array of #GNUNET_GNSRECORD_Data with @a rd_count elements
414 * @return the required size to serialize 414 * @return the required size to serialize, -1 on error
415 */ 415 */
416size_t 416ssize_t
417GNUNET_GNSRECORD_records_get_size (unsigned int rd_count, 417GNUNET_GNSRECORD_records_get_size (unsigned int rd_count,
418 const struct GNUNET_GNSRECORD_Data *rd); 418 const struct GNUNET_GNSRECORD_Data *rd);
419 419