mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 19:19:03 +00:00
trivial: Restore a sensible amount of padding in the FwupdClientClass
We broke API recently, we might as well go full throttle.
This commit is contained in:
parent
603e42d527
commit
7965721015
@ -51,6 +51,9 @@ struct _FwupdClientClass
|
||||
void (*_fwupd_reserved2) (void);
|
||||
void (*_fwupd_reserved3) (void);
|
||||
void (*_fwupd_reserved4) (void);
|
||||
void (*_fwupd_reserved5) (void);
|
||||
void (*_fwupd_reserved6) (void);
|
||||
void (*_fwupd_reserved7) (void);
|
||||
};
|
||||
|
||||
FwupdClient *fwupd_client_new (void);
|
||||
|
Loading…
Reference in New Issue
Block a user