mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
json-parser: propagate error from parser
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
@ -16,7 +16,9 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qlist.h"
|
||||
#include "error.h"
|
||||
|
||||
QObject *json_parser_parse(QList *tokens, va_list *ap);
|
||||
QObject *json_parser_parse_err(QList *tokens, va_list *ap, Error **errp);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user