Make parse_json static
This commit is contained in:
parent
d857fd08a5
commit
330e892ff6
@ -771,7 +771,7 @@ static json_t *parse_value(lex_t *lex, json_error_t *error)
|
||||
return json;
|
||||
}
|
||||
|
||||
json_t *parse_json(lex_t *lex, json_error_t *error)
|
||||
static json_t *parse_json(lex_t *lex, json_error_t *error)
|
||||
{
|
||||
error_init(error);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user