summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_subject_alt_names_init
blob: b1114ef3e68affb80c879d0f84a9cb40a04f0e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@deftypefun {int} {gnutls_subject_alt_names_init} (gnutls_subject_alt_names_t * @var{sans})
@var{sans}: The alternative names

This function will initialize an alternative names structure.

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

@strong{Since:} 3.3.0
@end deftypefun