summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_protocol_get_id
blob: 2c2f29f06414f56061a542f7b34cbec2d55afdb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@deftypefun {gnutls_protocol_t} {gnutls_protocol_get_id} (const char * @var{name})
@var{name}: is a protocol name

The names are compared in a case insensitive way.

@strong{Returns:} an id of the specified protocol, or
@code{GNUTLS_VERSION_UNKNOWN}  on error.
@end deftypefun