summaryrefslogtreecommitdiffstats
path: root/include/block/qdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/qdict.h')
-rw-r--r--include/block/qdict.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/block/qdict.h b/include/block/qdict.h
index ced2acfb92..b4c28d96a9 100644
--- a/include/block/qdict.h
+++ b/include/block/qdict.h
@@ -12,6 +12,9 @@
#include "qapi/qmp/qdict.h"
+QObject *qdict_crumple(const QDict *src, Error **errp);
+void qdict_flatten(QDict *qdict);
+
void qdict_copy_default(QDict *dst, QDict *src, const char *key);
void qdict_set_default_str(QDict *dst, const char *key, const char *val);