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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index fdbac3cf5..2b2bd4952 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -700,6 +700,15 @@ GNUNET_GNSRECORD_data_from_identity (const struct
700enum GNUNET_GenericReturnValue 700enum GNUNET_GenericReturnValue
701GNUNET_GNSRECORD_is_zonekey_type (uint32_t type); 701GNUNET_GNSRECORD_is_zonekey_type (uint32_t type);
702 702
703/**
704 * Check if this type is a critical record.
705 *
706 * @param type the type to check
707 * @return GNUNET_YES if it is critical.
708 */
709enum GNUNET_GenericReturnValue
710GNUNET_GNSRECORD_is_critical (uint32_t type);
711
703 712
704#if 0 /* keep Emacsens' auto-indent happy */ 713#if 0 /* keep Emacsens' auto-indent happy */
705{ 714{