34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_ALPN_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_ALPN_H
const char * grpc_chttp2_get_alpn_version_index(size_t i)
Definition: alpn.c:53
size_t grpc_chttp2_num_alpn_versions(void)
Definition: alpn.c:49
int grpc_chttp2_is_alpn_version_supported(const char *version, size_t size)
Definition: alpn.c:41