Make parse_json static

This commit is contained in:
Petri Lehtinen 2009-11-29 13:00:47 +02:00
parent d857fd08a5
commit 330e892ff6

View File

@ -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);