summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/security/util/json_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/security/util/json_util.h')
-rw-r--r--grpc/src/core/lib/security/util/json_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/security/util/json_util.h b/grpc/src/core/lib/security/util/json_util.h
index cde9ca97..d3c6ec31 100644
--- a/grpc/src/core/lib/security/util/json_util.h
+++ b/grpc/src/core/lib/security/util/json_util.h
@@ -35,7 +35,7 @@
// Gets a child property from a json node.
const char* grpc_json_get_string_property(const grpc_core::Json& json,
const char* prop_name,
- grpc_error** error);
+ grpc_error_handle* error);
// Copies the value of the json child property specified by prop_name.
// Returns false if the property was not found.