diff --git a/libfwupd/fwupd-client.h b/libfwupd/fwupd-client.h index 8e538444f..8f4f256d3 100644 --- a/libfwupd/fwupd-client.h +++ b/libfwupd/fwupd-client.h @@ -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);