summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/x509-ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/x509-ext.h')
-rw-r--r--lib/includes/gnutls/x509-ext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/includes/gnutls/x509-ext.h b/lib/includes/gnutls/x509-ext.h
index 7af07b9ffb..79a37ebab2 100644
--- a/lib/includes/gnutls/x509-ext.h
+++ b/lib/includes/gnutls/x509-ext.h
@@ -189,6 +189,11 @@ int gnutls_x509_ext_import_tlsfeatures(const gnutls_datum_t * ext,
gnutls_x509_tlsfeatures_t,
unsigned int flags);
+int gnutls_x509_ext_export_tlsfeatures(gnutls_x509_tlsfeatures_t f,
+ gnutls_datum_t * ext);
+
+int gnutls_x509_tlsfeatures_add(gnutls_x509_tlsfeatures_t f, unsigned int feature);
+
/* *INDENT-OFF* */
#ifdef __cplusplus
}