diff options
Diffstat (limited to 'doc/functions/gnutls_protocol_get_name')
-rw-r--r-- | doc/functions/gnutls_protocol_get_name | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/functions/gnutls_protocol_get_name b/doc/functions/gnutls_protocol_get_name new file mode 100644 index 0000000..a96a4c1 --- /dev/null +++ b/doc/functions/gnutls_protocol_get_name @@ -0,0 +1,12 @@ + + + + +@deftypefun {const char *} {gnutls_protocol_get_name} (gnutls_protocol_t @var{version}) +@var{version}: is a (gnutls) version number + +Convert a @code{gnutls_protocol_t} value to a string. + +@strong{Returns:} a string that contains the name of the specified TLS +version (e.g., "TLS1.0"), or @code{NULL} . +@end deftypefun |