diff options
Diffstat (limited to 'src/systemd/sd-bus.h')
-rw-r--r-- | src/systemd/sd-bus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h index 52481c6fcf..94cb21c246 100644 --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -97,7 +97,9 @@ typedef int (*sd_bus_node_enumerator_t) (sd_bus *bus, const char *path, void *us int sd_bus_default_user(sd_bus **ret); int sd_bus_default_system(sd_bus **ret); +int sd_bus_default(sd_bus **ret); +int sd_bus_open(sd_bus **ret); int sd_bus_open_user(sd_bus **ret); int sd_bus_open_system(sd_bus **ret); int sd_bus_open_system_remote(const char *host, sd_bus **ret); |