summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_alert_get_strname
blob: 85ca086753337623e163e0e1e18bdcbddef6ca07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@deftypefun {const char *} {gnutls_alert_get_strname} (gnutls_alert_description_t @var{alert})
@var{alert}: is an alert number.

This function will return a string of the name of the alert.

@strong{Returns:} string corresponding to @code{gnutls_alert_description_t}  value.

@strong{Since:} 3.0
@end deftypefun