summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/libsystemd-bus.sym
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-10 22:17:25 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-12 18:58:34 -0500
commitf1e0c18340acb7df53d5b638846fe5687255dad0 (patch)
tree135f585b1c3500f78a2a637f2c98c4a727d78bd1 /src/libsystemd-bus/libsystemd-bus.sym
parent2b70d172a7b2ba741df7d6ca89c915e17d6f3e84 (diff)
build-sys: add a link test for exported symbols
I know that this is a pretty big net to catch some small fish, but we *do* regularly forget to properly export symbols that were supposed to be exported. This time sd_bus_get_current and some renamed symbols are caught.
Diffstat (limited to 'src/libsystemd-bus/libsystemd-bus.sym')
-rw-r--r--src/libsystemd-bus/libsystemd-bus.sym6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsystemd-bus/libsystemd-bus.sym b/src/libsystemd-bus/libsystemd-bus.sym
index 8f1dba2489..f1abf01638 100644
--- a/src/libsystemd-bus/libsystemd-bus.sym
+++ b/src/libsystemd-bus/libsystemd-bus.sym
@@ -41,9 +41,9 @@ global:
sd_bus_can_send;
sd_bus_get_server_id;
sd_bus_send;
- sd_bus_send_with_reply;
- sd_bus_send_with_reply_cancel;
- sd_bus_send_with_reply_and_block;
+ sd_bus_call;
+ sd_bus_call_async;
+ sd_bus_call_async_cancel;
sd_bus_get_fd;
sd_bus_get_events;
sd_bus_get_timeout;