aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/event_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/event_string.h')
-rw-r--r--src/core/lib/surface/event_string.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/lib/surface/event_string.h b/src/core/lib/surface/event_string.h
index 4bdb11f35e..cbf96da6c5 100644
--- a/src/core/lib/surface/event_string.h
+++ b/src/core/lib/surface/event_string.h
@@ -21,15 +21,7 @@
#include <grpc/grpc.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* Returns a string describing an event. Must be later freed with gpr_free() */
char* grpc_event_string(grpc_event* ev);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* GRPC_CORE_LIB_SURFACE_EVENT_STRING_H */