Commit 514864ed authored by Renat Idrisov's avatar Renat Idrisov Committed by Rusty Russell

Setting the same name as at the implementation

parent f9ac4f56
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment