]> git.proxmox.com Git - qemu.git/blobdiff - json-parser.h
virtio-balloon: Fix header comment; add Copyright
[qemu.git] / json-parser.h
index 97f43f67d44422829e7ad7d9db09b413395a7648..8f2b5ec4bcb43e4ed012d5621d5c82958b06ec25 100644 (file)
@@ -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