From 514864ed64d27f2d13db2e6b0635dec08f6b8a55 Mon Sep 17 00:00:00 2001 From: Renat Idrisov Date: Tue, 4 Jun 2019 14:05:40 -0700 Subject: [PATCH] Setting the same name as at the implementation --- ccan/json/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccan/json/json.h b/ccan/json/json.h index ed5255e6..dccb58aa 100644 --- a/ccan/json/json.h +++ b/ccan/json/json.h @@ -79,7 +79,7 @@ bool json_validate (const char *json); /*** Lookup and traversal ***/ JsonNode *json_find_element (JsonNode *array, int index); -JsonNode *json_find_member (JsonNode *object, const char *key); +JsonNode *json_find_member (JsonNode *object, const char *name); JsonNode *json_first_child (const JsonNode *node); -- 2.39.2