summaryrefslogtreecommitdiffstats
path: root/include/qapi/qmp/qnull.h
diff options
context:
space:
mode:
authorMarkus Armbruster2020-12-11 18:11:40 +0100
committerMarkus Armbruster2020-12-19 10:38:43 +0100
commit80d71121b719c610c7f6e05c932c35ded4cc92d4 (patch)
tree8e67c0dc358bcd1e9b9c7bbf3cbf5105f2441d2e /include/qapi/qmp/qnull.h
parenthw/rdma: Replace QList by GQueue (diff)
downloadqemu-80d71121b719c610c7f6e05c932c35ded4cc92d4.tar.gz
qemu-80d71121b719c610c7f6e05c932c35ded4cc92d4.tar.xz
qemu-80d71121b719c610c7f6e05c932c35ded4cc92d4.zip
qobject: Move internals to qobject-internal.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20201211171152.146877-9-armbru@redhat.com>
Diffstat (limited to 'include/qapi/qmp/qnull.h')
-rw-r--r--include/qapi/qmp/qnull.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qapi/qmp/qnull.h b/include/qapi/qmp/qnull.h
index c1426882c5..e84ecceedb 100644
--- a/include/qapi/qmp/qnull.h
+++ b/include/qapi/qmp/qnull.h
@@ -26,6 +26,4 @@ static inline QNull *qnull(void)
return qobject_ref(&qnull_);
}
-bool qnull_is_equal(const QObject *x, const QObject *y);
-
#endif /* QNULL_H */