aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel_stack_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/channel_stack_type.h')
-rw-r--r--src/core/lib/surface/channel_stack_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/surface/channel_stack_type.h b/src/core/lib/surface/channel_stack_type.h
index 4eea4f1b01..ccf4e53d27 100644
--- a/src/core/lib/surface/channel_stack_type.h
+++ b/src/core/lib/surface/channel_stack_type.h
@@ -55,4 +55,6 @@ typedef enum {
bool grpc_channel_stack_type_is_client(grpc_channel_stack_type type);
+const char *grpc_channel_stack_type_string(grpc_channel_stack_type type);
+
#endif /* GRPC_CORE_LIB_SURFACE_CHANNEL_STACK_TYPE_H */