blob: 8df595839dbc1f7d90550cae3c21011e95d48d8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {gnutls_compression_method_t} {gnutls_compression_get_id} (const char * @var{name})
@var{name}: is a compression method name
The names are compared in a case insensitive way.
@strong{Returns:} an id of the specified in a string compression method, or
@code{GNUTLS_COMP_UNKNOWN} on error.
@end deftypefun
|