diff options
Diffstat (limited to 'doc/functions/gnutls_x509_aia_init')
-rw-r--r-- | doc/functions/gnutls_x509_aia_init | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_aia_init b/doc/functions/gnutls_x509_aia_init new file mode 100644 index 0000000..8926c45 --- /dev/null +++ b/doc/functions/gnutls_x509_aia_init @@ -0,0 +1,13 @@ + + + + +@deftypefun {int} {gnutls_x509_aia_init} (gnutls_x509_aia_t * @var{aia}) +@var{aia}: The authority info access + +This function will initialize an authority info access type. + +@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a negative error value. + +@strong{Since:} 3.3.0 +@end deftypefun |