diff options
Diffstat (limited to 'src/systemd/sd-bus.h')
-rw-r--r-- | src/systemd/sd-bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h index 648b955cf0..1cce9c59b9 100644 --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -42,7 +42,7 @@ typedef struct sd_bus_creds sd_bus_creds; typedef struct { const char *name; const char *message; - int need_free; + int _need_free; } sd_bus_error; /* Flags */ |