34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_ALPN_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_ALPN_H
40 int grpc_chttp2_is_alpn_version_supported(
const char *version,
size_t size);
43 size_t grpc_chttp2_num_alpn_versions(
void);
47 const char *grpc_chttp2_get_alpn_version_index(
size_t i);