third_party.grpc/include/grpc/grpc_cronet.h

39 lines
973 B
C
Raw Normal View History

2016-05-11 23:26:15 +00:00
/*
*
2017-06-07 20:57:36 +00:00
* Copyright 2016 gRPC authors.
2016-05-11 23:26:15 +00:00
*
2017-06-07 20:57:36 +00:00
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2016-05-11 23:26:15 +00:00
*
2017-06-07 20:57:36 +00:00
* http://www.apache.org/licenses/LICENSE-2.0
2016-05-11 23:26:15 +00:00
*
2017-06-07 20:57:36 +00:00
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
2016-05-11 23:26:15 +00:00
*
*/
#ifndef GRPC_GRPC_CRONET_H
#define GRPC_GRPC_CRONET_H
#include <grpc/support/port_platform.h>
2016-05-11 23:26:15 +00:00
#include <grpc/grpc.h>
#ifdef __cplusplus
extern "C" {
#endif
2017-11-03 16:09:36 +00:00
GRPCAPI grpc_channel* grpc_cronet_secure_channel_create(
void* engine, const char* target, const grpc_channel_args* args,
void* reserved);
2016-05-11 23:26:15 +00:00
#ifdef __cplusplus
}
#endif
#endif /* GRPC_GRPC_CRONET_H */