mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Make parse_json static
This commit is contained in:
parent
d857fd08a5
commit
330e892ff6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue