summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-error.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-20 13:10:12 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-20 23:00:10 +0100
commitfbfa72b0a1276366d50dce223c06efe9db9d6585 (patch)
tree72fcc96368e8c49693ca04353df06848f261ff84 /src/libsystemd-bus/bus-error.h
parent80a46c7313b8fc4682881cb3a2ca9e4d743fcb2b (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.h2
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);