From 79657210150f09c3b06f01df1edd24f06be1191d Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 16 Sep 2017 18:04:38 +0100 Subject: [PATCH] trivial: Restore a sensible amount of padding in the FwupdClientClass We broke API recently, we might as well go full throttle. --- libfwupd/fwupd-client.h | 3 +++ 1 file changed, 3 insertions(+) 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);