diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-28 20:41:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-28 20:44:26 +0100 |
commit | a4297f08ed774ed6d980b6cadaf844bfb2c7a403 (patch) | |
tree | c20b812d660eade49aa45a226e6fa041cc64c0cd /src/libsystemd-bus/libsystemd-bus.sym | |
parent | df41aaf9a2b195c9a8bb6fca6672cbf25bc147fb (diff) |
bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one call
Since the backing ioctl for this on kdbus is the same we retain
atomicity this way.
Diffstat (limited to 'src/libsystemd-bus/libsystemd-bus.sym')
-rw-r--r-- | src/libsystemd-bus/libsystemd-bus.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-bus/libsystemd-bus.sym b/src/libsystemd-bus/libsystemd-bus.sym index 435c794b14..054bc3ff0b 100644 --- a/src/libsystemd-bus/libsystemd-bus.sym +++ b/src/libsystemd-bus/libsystemd-bus.sym @@ -130,7 +130,6 @@ global: sd_bus_release_name; sd_bus_list_names; sd_bus_get_owner; - sd_bus_get_owner_creds; sd_bus_get_owner_machine_id; /* Convenience calls */ |