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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 5afb3f253..f00a5d0f8 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -601,7 +601,8 @@ GNUNET_GNSRECORD_block_get_size (const struct GNUNET_GNSRECORD_Block *block);
601 * @return the block expiration. 601 * @return the block expiration.
602 */ 602 */
603struct GNUNET_TIME_Absolute 603struct GNUNET_TIME_Absolute
604GNUNET_GNSRECORD_block_get_expiration (const struct GNUNET_GNSRECORD_Block *block); 604GNUNET_GNSRECORD_block_get_expiration (const struct
605 GNUNET_GNSRECORD_Block *block);
605 606
606 607
607/** 608/**
@@ -643,7 +644,8 @@ GNUNET_GNSRECORD_identity_from_data (const char *data,
643 * @return GNUNET_OK if successful. 644 * @return GNUNET_OK if successful.
644 */ 645 */
645enum GNUNET_GenericReturnValue 646enum GNUNET_GenericReturnValue
646GNUNET_GNSRECORD_data_from_identity (const struct GNUNET_IDENTITY_PublicKey *key, 647GNUNET_GNSRECORD_data_from_identity (const struct
648 GNUNET_IDENTITY_PublicKey *key,
647 char **data, 649 char **data,
648 size_t *data_size, 650 size_t *data_size,
649 uint32_t *type); 651 uint32_t *type);