aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/workarounds/workaround_utils.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-29 16:43:00 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-29 16:43:00 -0800
commit14b27b847d8aecdc34c71d788670a4517313d651 (patch)
tree0f5108d2c6c8c28936595f9b0ffe17f6a7e9d7b3 /src/core/ext/filters/workarounds/workaround_utils.h
parentbf51c97fd67c0cefc49791b698b1baa0b5020bed (diff)
parentaa358d5e43d0a23301f79b1dcff292a480980769 (diff)
Merge commit 'aa358d5e43' into no-more-extern-c
Diffstat (limited to 'src/core/ext/filters/workarounds/workaround_utils.h')
-rw-r--r--src/core/ext/filters/workarounds/workaround_utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/ext/filters/workarounds/workaround_utils.h b/src/core/ext/filters/workarounds/workaround_utils.h
index a954ad4001..d6ef5e84fa 100644
--- a/src/core/ext/filters/workarounds/workaround_utils.h
+++ b/src/core/ext/filters/workarounds/workaround_utils.h
@@ -24,10 +24,6 @@
#define GRPC_WORKAROUND_PRIORITY_HIGH 10001
#define GRPC_WORKAROUND_PROIRITY_LOW 9999
-#ifdef __cplusplus
-extern "C" {
-#endif
-
typedef struct grpc_workaround_user_agent_md {
bool workaround_active[GRPC_MAX_WORKAROUND_ID];
} grpc_workaround_user_agent_md;
@@ -38,8 +34,4 @@ typedef bool (*user_agent_parser)(grpc_mdelem);
void grpc_register_workaround(uint32_t id, user_agent_parser parser);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* GRPC_CORE_EXT_FILTERS_WORKAROUNDS_WORKAROUND_UTILS_H */