mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qobject: Move internals to qobject-internal.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20201211171152.146877-9-armbru@redhat.com>
This commit is contained in:
parent
bce800869b
commit
80d71121b7
15 changed files with 47 additions and 21 deletions
|
@ -68,7 +68,4 @@ double qnum_get_double(QNum *qn);
|
|||
|
||||
char *qnum_to_string(QNum *qn);
|
||||
|
||||
bool qnum_is_equal(const QObject *x, const QObject *y);
|
||||
void qnum_destroy_obj(QObject *obj);
|
||||
|
||||
#endif /* QNUM_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue