1
2
3
4
5@deftypefun {int} {gnutls_x509_name_constraints_init} (gnutls_x509_name_constraints_t * @var{nc})
6@var{nc}: The nameconstraints
7
8This function will initialize a name constraints type.
9
10@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a negative error value.
11
12@strong{Since:} 3.3.0
13@end deftypefun
14