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:
Richard Hughes 2017-09-16 18:04:38 +01:00
parent 603e42d527
commit 7965721015

View File

@ -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);