]> git.proxmox.com Git - qemu.git/blobdiff - qjson.h
MAINTAINERS: Include X86CPU in CPU maintenance area
[qemu.git] / qjson.h
diff --git a/qjson.h b/qjson.h
index 70d0afba54f8b150f81575e8833b6b4c0ec11ed6..1190d8a86c2b2edeb787375ffd13aadf66e7a55c 100644 (file)
--- a/qjson.h
+++ b/qjson.h
@@ -15,6 +15,7 @@
 #define QJSON_H
 
 #include <stdarg.h>
+#include "compiler.h"
 #include "qobject.h"
 #include "qstring.h"
 
@@ -23,5 +24,6 @@ QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
 QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
 
 QString *qobject_to_json(const QObject *obj);
+QString *qobject_to_json_pretty(const QObject *obj);
 
 #endif /* QJSON_H */