blob: e258892cfc79b2c94bda8dfed671cbabaf2c0689 [file] [log] [blame]
Mark D. Roth8686cab2016-11-17 13:12:17 -08001/*
2 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003 * Copyright 2015 gRPC authors.
Mark D. Roth8686cab2016-11-17 13:12:17 -08004 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
Mark D. Roth8686cab2016-11-17 13:12:17 -08008 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009 * http://www.apache.org/licenses/LICENSE-2.0
Mark D. Roth8686cab2016-11-17 13:12:17 -080010 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
Mark D. Roth8686cab2016-11-17 13:12:17 -080016 *
17 */
18
19#ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_CHTTP2_CONNECTOR_H
20#define GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_CHTTP2_CONNECTOR_H
21
Craig Tiller9eb0fde2017-03-31 16:59:30 -070022#include "src/core/ext/filters/client_channel/connector.h"
Mark D. Roth8686cab2016-11-17 13:12:17 -080023
Mark D. Roth1f0f23c2017-01-06 13:07:19 -080024grpc_connector* grpc_chttp2_connector_create();
Mark D. Roth8686cab2016-11-17 13:12:17 -080025
26#endif /* GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_CHTTP2_CONNECTOR_H */