diff options
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r-- | src/include/gnunet_gnsrecord_lib.h | 9 |
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 | |||
700 | enum GNUNET_GenericReturnValue | 700 | enum GNUNET_GenericReturnValue |
701 | GNUNET_GNSRECORD_is_zonekey_type (uint32_t type); | 701 | GNUNET_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 | */ | ||
709 | enum GNUNET_GenericReturnValue | ||
710 | GNUNET_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 | { |