diff options
Diffstat (limited to 'doc/functions/gnutls_x509_crl_get_version')
-rw-r--r-- | doc/functions/gnutls_x509_crl_get_version | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crl_get_version b/doc/functions/gnutls_x509_crl_get_version new file mode 100644 index 0000000..5f1931b --- /dev/null +++ b/doc/functions/gnutls_x509_crl_get_version @@ -0,0 +1,11 @@ + + + + +@deftypefun {int} {gnutls_x509_crl_get_version} (gnutls_x509_crl_t @var{crl}) +@var{crl}: should contain a @code{gnutls_x509_crl_t} type + +This function will return the version of the specified CRL. + +@strong{Returns:} The version number, or a negative error code on error. +@end deftypefun |