mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Delete duplicate QOM typedefs
Generated using: $ ./scripts/codeconverter/converter.py -i \ --pattern=QOMDuplicatedTypedefs $(git grep -l '' -- '*.[ch]') Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20200831210740.126168-8-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
@@ -39,14 +39,14 @@
|
||||
typedef struct QCryptoSecretKeyring QCryptoSecretKeyring;
|
||||
typedef struct QCryptoSecretKeyringClass QCryptoSecretKeyringClass;
|
||||
|
||||
typedef struct QCryptoSecretKeyring {
|
||||
struct QCryptoSecretKeyring {
|
||||
QCryptoSecretCommon parent;
|
||||
int32_t serial;
|
||||
} QCryptoSecretKeyring;
|
||||
};
|
||||
|
||||
|
||||
typedef struct QCryptoSecretKeyringClass {
|
||||
struct QCryptoSecretKeyringClass {
|
||||
QCryptoSecretCommonClass parent;
|
||||
} QCryptoSecretKeyringClass;
|
||||
};
|
||||
|
||||
#endif /* QCRYPTO_SECRET_KEYRING_H */
|
||||
|
||||
Reference in New Issue
Block a user