aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/qmp/qbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qapi/qmp/qbool.h')
-rw-r--r--include/qapi/qmp/qbool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qapi/qmp/qbool.h b/include/qapi/qmp/qbool.h
index a41111c309..f77ea86c4e 100644
--- a/include/qapi/qmp/qbool.h
+++ b/include/qapi/qmp/qbool.h
@@ -24,6 +24,7 @@ typedef struct QBool {
QBool *qbool_from_bool(bool value);
bool qbool_get_bool(const QBool *qb);
QBool *qobject_to_qbool(const QObject *obj);
+bool qbool_is_equal(const QObject *x, const QObject *y);
void qbool_destroy_obj(QObject *obj);
#endif /* QBOOL_H */