blob: 246589a6c7e278d2c4264469f9a337bcb5f3c41c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {const char *} {gnutls_handshake_description_get_name} (gnutls_handshake_description_t @var{type})
@var{type}: is a handshake message description
Convert a @code{gnutls_handshake_description_t} value to a string.
@strong{Returns:} a string that contains the name of the specified handshake
message or @code{NULL} .
@end deftypefun
|