Make parse_json static
authorPetri Lehtinen <petri@digip.org>
Sun, 29 Nov 2009 11:00:47 +0000 (13:00 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 29 Nov 2009 11:00:47 +0000 (13:00 +0200)
src/load.c

index 1ae62b3..005e03c 100644 (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);