This commit is contained in:
Kovid Goyal
2024-05-16 21:14:43 +05:30
parent adc457ff0f
commit ed341823eb

View File

@@ -32,6 +32,7 @@ typedef struct {
const char *name;
const char *message;
int _need_free;
int64_t filler; // just in case systemd ever increases the size of this struct
} sd_bus_error;
typedef struct sd_bus_message sd_bus_message;