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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 20846238b..2eaa304de 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -447,6 +447,14 @@ GNUNET_GNSRECORD_records_deserialize (size_t len,
447 unsigned int rd_count, 447 unsigned int rd_count,
448 struct GNUNET_GNSRECORD_Data *dest); 448 struct GNUNET_GNSRECORD_Data *dest);
449 449
450/**
451 * JSON Specification for GNS Records.
452 *
453 * @param gnsrecord_object struct of GNUNET_GNSRECORD_Data to fill
454 * @return JSON Specification
455 */
456struct GNUNET_JSON_Specification
457GNUNET_JSON_spec_gnsrecord_data (struct GNUNET_GNSRECORD_Data **gnsrecord_object);
450 458
451/* ******* general APIs relating to blocks, records and labels ******** */ 459/* ******* general APIs relating to blocks, records and labels ******** */
452 460