aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-04-19 10:31:25 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-05-01 15:08:46 -0700
commita49b13bc332a38dfcf83162003cbaa0a1384143b (patch)
tree0ac81109d7220dc1c6c86149199e9bd33e8f4758 /include
parent6b1afe1ad9e6eda6864627f8ad1f42ee088ae4ed (diff)
cronet wrapper code
Diffstat (limited to 'include')
-rw-r--r--include/grpc/grpc_security.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h
index 79199cc5d6..d753aaf96c 100644
--- a/include/grpc/grpc_security.h
+++ b/include/grpc/grpc_security.h
@@ -299,6 +299,11 @@ GRPCAPI grpc_channel *grpc_secure_channel_create(
grpc_channel_credentials *creds, const char *target,
const grpc_channel_args *args, void *reserved);
+GRPCAPI grpc_channel *grpc_custom_secure_channel_create(
+ void *engine, const char *target,
+ const grpc_channel_args *args, void *reserved);
+
+
/* --- grpc_server_credentials object. ---
A server credentials object represents a way to authenticate a server. */