test-json: Avoid use of /dev/stdin to fix builds in limited chroots.
[sliver-openvswitch.git] / lib / json.h
index 611dea5..144855c 100644 (file)
@@ -111,6 +111,7 @@ void json_parser_abort(struct json_parser *);
 
 struct json *json_from_string(const char *string);
 struct json *json_from_file(const char *file_name);
+struct json *json_from_stream(FILE *stream);
 \f
 /* Serializing JSON. */