diff options
author | Mark D. Roth <roth@google.com> | 2016-08-11 08:52:02 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-11 08:52:02 -0700 |
commit | fddb3d3451940c35990da8191a4345723a90da2d (patch) | |
tree | 48e0630c57e9cdf20577bd3153a24b50743a324e /src/core/lib/security | |
parent | a3e7bd85c064da9a1011fd31209e5af6a7ff8f38 (diff) | |
parent | 2c779d64db4b4e460c697b59170f85135d552db5 (diff) |
Merge remote-tracking branch 'upstream/master' into handshaker_api
Diffstat (limited to 'src/core/lib/security')
-rw-r--r-- | src/core/lib/security/context/security_context.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/lib/security/context/security_context.h b/src/core/lib/security/context/security_context.h index ef0c06b1fb..4e7666dfe3 100644 --- a/src/core/lib/security/context/security_context.h +++ b/src/core/lib/security/context/security_context.h @@ -37,6 +37,10 @@ #include "src/core/lib/iomgr/pollset.h" #include "src/core/lib/security/credentials/credentials.h" +#ifdef __cplusplus +extern "C" { +#endif + /* --- grpc_auth_context --- High level authentication context object. Can optionally be chained. */ @@ -111,4 +115,8 @@ grpc_auth_context *grpc_auth_context_from_arg(const grpc_arg *arg); grpc_auth_context *grpc_find_auth_context_in_args( const grpc_channel_args *args); +#ifdef __cplusplus +} +#endif + #endif /* GRPC_CORE_LIB_SECURITY_CONTEXT_SECURITY_CONTEXT_H */ |