summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/surface/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/surface/call.h')
-rw-r--r--grpc/src/core/lib/surface/call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/src/core/lib/surface/call.h b/grpc/src/core/lib/surface/call.h
index 34d01db9..a6ad3cae 100644
--- a/grpc/src/core/lib/surface/call.h
+++ b/grpc/src/core/lib/surface/call.h
@@ -55,8 +55,8 @@ typedef struct grpc_call_create_args {
/* Create a new call based on \a args.
Regardless of success or failure, always returns a valid new call into *call
*/
-grpc_error* grpc_call_create(const grpc_call_create_args* args,
- grpc_call** call);
+grpc_error_handle grpc_call_create(const grpc_call_create_args* args,
+ grpc_call** call);
void grpc_call_set_completion_queue(grpc_call* call, grpc_completion_queue* cq);