diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-20 13:10:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-20 23:00:10 +0100 |
commit | fbfa72b0a1276366d50dce223c06efe9db9d6585 (patch) | |
tree | 72fcc96368e8c49693ca04353df06848f261ff84 /src/libsystemd-bus/bus-error.h | |
parent | 80a46c7313b8fc4682881cb3a2ca9e4d743fcb2b (diff) |
bus: introduce bus_error_is_dirty() independently of sd_bus_error_is_set()
Diffstat (limited to 'src/libsystemd-bus/bus-error.h')
-rw-r--r-- | src/libsystemd-bus/bus-error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-error.h b/src/libsystemd-bus/bus-error.h index f49e6c7398..c6e072eab4 100644 --- a/src/libsystemd-bus/bus-error.h +++ b/src/libsystemd-bus/bus-error.h @@ -25,3 +25,5 @@ int bus_error_to_errno(const sd_bus_error *e); int bus_error_from_errno(sd_bus_error *e, int error); + +bool bus_error_is_dirty(sd_bus_error *e); |