summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/iomgr/error_cfstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/iomgr/error_cfstream.h')
-rw-r--r--grpc/src/core/lib/iomgr/error_cfstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/src/core/lib/iomgr/error_cfstream.h b/grpc/src/core/lib/iomgr/error_cfstream.h
index 06ab7513..2d5b744c 100644
--- a/grpc/src/core/lib/iomgr/error_cfstream.h
+++ b/grpc/src/core/lib/iomgr/error_cfstream.h
@@ -24,8 +24,8 @@
#define GRPC_ERROR_CREATE_FROM_CFERROR(error, desc) \
grpc_error_create_from_cferror(__FILE__, __LINE__, \
static_cast<void*>((error)), (desc))
-grpc_error* grpc_error_create_from_cferror(const char* file, int line,
- void* arg, const char* desc);
+grpc_error_handle grpc_error_create_from_cferror(const char* file, int line,
+ void* arg, const char* desc);
#endif /* GRPC_CFSTREAM */
#endif /* GRPC_CORE_LIB_IOMGR_ERROR_CFSTREAM_H */