diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-02-10 16:42:52 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-02-10 23:25:10 +0100 |
commit | a020c2a01368c47f32a0a1688d739275fb3c1a0a (patch) | |
tree | 620c77388b328c2aec3a0f4328ca1c2ec90dc500 /src | |
parent | 63ffa72022b176a44d4cd134c901e9e1847e05d5 (diff) |
sd-bus: export sd_bus_call{,_async,_async_cancel}
The .sym file somehow lacks these declarations, so add these. You have to
run "make clean" to make sure the sym-test runs fine afterwards.
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index a5aa1d1ca8..b4e4af1f2d 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -112,6 +112,9 @@ global: sd_bus_get_name; sd_bus_send; sd_bus_send_to; + sd_bus_call; + sd_bus_call_async; + sd_bus_call_async_cancel; sd_bus_get_fd; sd_bus_get_events; sd_bus_get_timeout; |