aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/handshaker_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/channel/handshaker_factory.h')
-rw-r--r--src/core/lib/channel/handshaker_factory.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/lib/channel/handshaker_factory.h b/src/core/lib/channel/handshaker_factory.h
index aba037ce56..8a7c0157e8 100644
--- a/src/core/lib/channel/handshaker_factory.h
+++ b/src/core/lib/channel/handshaker_factory.h
@@ -24,10 +24,6 @@
#include "src/core/lib/channel/handshaker.h"
#include "src/core/lib/iomgr/exec_ctx.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
// A handshaker factory is used to create handshakers.
typedef struct grpc_handshaker_factory grpc_handshaker_factory;
@@ -50,8 +46,4 @@ void grpc_handshaker_factory_add_handshakers(
void grpc_handshaker_factory_destroy(
grpc_handshaker_factory* handshaker_factory);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* GRPC_CORE_LIB_CHANNEL_HANDSHAKER_FACTORY_H */