stream-ssl: Fix bug that crept in during rebasing.
[openvswitch] / lib / json.h
index 611dea50e6a72d4d3560d21c6f6becd8c26922a6..144855c8d11f5d4b72dd1ea1a0732af59e218a78 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. */