summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-internal.h
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-06-11 11:50:18 +0200
committerDaniel Mack <github@zonque.org>2015-06-11 11:50:18 +0200
commit94f1f58d2b0aaab4db413f3c4ec6896a91b4c4ff (patch)
tree9fa192b353c6a3fcb56cc66149eeec7bd5e26150 /src/libsystemd/sd-bus/bus-internal.h
parented4dc5bbd1d985d267ed146f98f7a02caf1c5078 (diff)
parenta095315b3c31f7a419baceac82c26c3c5ac0cd12 (diff)
Merge pull request #160 from kaysievers/libsplit
build-sys: split internal basic/ library from shared/
Diffstat (limited to 'src/libsystemd/sd-bus/bus-internal.h')
-rw-r--r--src/libsystemd/sd-bus/bus-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-internal.h b/src/libsystemd/sd-bus/bus-internal.h
index 2ee0eabc02..88c058889a 100644
--- a/src/libsystemd/sd-bus/bus-internal.h
+++ b/src/libsystemd/sd-bus/bus-internal.h
@@ -390,3 +390,5 @@ int bus_set_address_system_machine(sd_bus *b, const char *machine);
int bus_remove_match_by_string(sd_bus *bus, const char *match, sd_bus_message_handler_t callback, void *userdata);
int bus_get_root_path(sd_bus *bus);
+
+int bus_maybe_reply_error(sd_bus_message *m, int r, sd_bus_error *error);