summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_tlsfeatures_init
blob: 4ba350db020dfd54ff29ac43ee5fa9a805a60f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@deftypefun {int} {gnutls_x509_tlsfeatures_init} (gnutls_x509_tlsfeatures_t * @var{f})
@var{f}: The TLS features

This function will initialize a X.509 TLS features extension structure

@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned,
otherwise a negative error value.

@strong{Since:} 3.5.1
@end deftypefun