From: Nikos Mavrogiannopoulos Date: Sat, 20 Sep 2014 23:14:34 +0000 (+0200) Subject: Added missing prototype X-Git-Tag: gnutls_3_4_0~902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf99fcc744af524173d606a8d854fac926c08b1;p=thirdparty%2Fgnutls.git Added missing prototype --- diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h index 835fdb7680..3576755f4c 100644 --- a/lib/includes/gnutls/abstract.h +++ b/lib/includes/gnutls/abstract.h @@ -440,6 +440,9 @@ int gnutls_pcert_import_x509(gnutls_pcert_st * pcert, int gnutls_pcert_export_x509(gnutls_pcert_st * pcert, gnutls_x509_crt_t * crt); +gnutls_certificate_type_t +gnutls_pcert_get_type(gnutls_pcert_st * pcert); + int gnutls_pcert_list_import_x509_raw(gnutls_pcert_st * pcerts, unsigned int *pcert_max,