From: David Herrmann Date: Mon, 10 Feb 2014 15:42:52 +0000 (+0100) Subject: sd-bus: export sd_bus_call{,_async,_async_cancel} X-Git-Tag: v209~191 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a020c2a01368c47f32a0a1688d739275fb3c1a0a 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. --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index a5aa1d1ca..b4e4af1f2 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;