diff options
Diffstat (limited to 'test/core/security/oauth2_utils.h')
-rw-r--r-- | test/core/security/oauth2_utils.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/core/security/oauth2_utils.h b/test/core/security/oauth2_utils.h index 5e33ef4f43..5ad2e398e1 100644 --- a/test/core/security/oauth2_utils.h +++ b/test/core/security/oauth2_utils.h @@ -21,17 +21,9 @@ #include "src/core/lib/security/credentials/credentials.h" -#ifdef __cplusplus -extern "C" { -#endif - /* Fetch oauth2 access token with a credentials object. Does not take ownership. Returns NULL on a failure. The caller should call gpr_free on the token. */ char* grpc_test_fetch_oauth2_token_with_credentials( grpc_call_credentials* creds); -#ifdef __cplusplus -} -#endif - #endif /* GRPC_TEST_CORE_SECURITY_OAUTH2_UTILS_H */ |