Blame doc/functions/gnutls_ext_get_name

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {const char *} {gnutls_ext_get_name} (unsigned int @var{ext})
Packit aea12f
@var{ext}: is a TLS extension numeric ID
Packit aea12f
Packit aea12f
Convert a TLS extension numeric ID to a printable string.
Packit aea12f
Packit aea12f
@strong{Returns:} a pointer to a string that contains the name of the
Packit aea12f
specified cipher, or @code{NULL} .
Packit aea12f
@end deftypefun