diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-12 14:19:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-30 03:40:23 +0100 |
commit | a1da85830bfaa77b9eb9c54693e5573559c97e50 (patch) | |
tree | 244fc3b0b556a642aa8fe8080b6a41c94812a086 /src/libsystemd-bus/bus-util.h | |
parent | 77632684f3222e60aa1e02c49670dbf73f0fc828 (diff) |
machinectl: port to sd-bus
Diffstat (limited to 'src/libsystemd-bus/bus-util.h')
-rw-r--r-- | src/libsystemd-bus/bus-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-util.h b/src/libsystemd-bus/bus-util.h index cf004360a8..5ddab2c11b 100644 --- a/src/libsystemd-bus/bus-util.h +++ b/src/libsystemd-bus/bus-util.h @@ -38,6 +38,9 @@ int bus_verify_polkit_async(sd_bus *bus, Hashmap **registry, sd_bus_message *m, void bus_verify_polkit_async_registry_free(sd_bus *bus, Hashmap *registry); int bus_connect_system(sd_bus **_bus); +int bus_connect_system_ssh(const char *host, sd_bus **_bus); + +int bus_generic_print_property(const char *name, sd_bus_message *property, bool all); DEFINE_TRIVIAL_CLEANUP_FUNC(sd_bus*, sd_bus_unref); DEFINE_TRIVIAL_CLEANUP_FUNC(sd_bus_message*, sd_bus_message_unref); |