aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call_test_only.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/call_test_only.h')
-rw-r--r--src/core/lib/surface/call_test_only.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/lib/surface/call_test_only.h b/src/core/lib/surface/call_test_only.h
index 2ff4a487d5..c0815dc0f1 100644
--- a/src/core/lib/surface/call_test_only.h
+++ b/src/core/lib/surface/call_test_only.h
@@ -21,9 +21,7 @@
#include <grpc/grpc.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
+
/** Return the compression algorithm from \a call.
*
@@ -54,8 +52,6 @@ uint32_t grpc_call_test_only_get_stream_encodings_accepted_by_peer(
grpc_stream_compression_algorithm
grpc_call_test_only_get_incoming_stream_encodings(grpc_call* call);
-#ifdef __cplusplus
-}
-#endif
+
#endif /* GRPC_CORE_LIB_SURFACE_CALL_TEST_ONLY_H */