chiark / gitweb /
bus: add API calls for connecting to starter bus
[elogind.git] / src / libsystemd / libsystemd.sym
index 9b10604b5322b989852fadd772a4a050e9eaeb7c..a5aa1d1ca8d88809cc9d67beab44d30da9324e78 100644 (file)
 LIBSYSTEMD_209 {
 global:
 
+        /* originally LIBSYSTEMD_ID128_38 */
+        sd_id128_to_string;
+        sd_id128_from_string;
+        sd_id128_randomize;
+        sd_id128_get_machine;
+        sd_id128_get_boot;
+
         /* originally LIBSYSTEMD_LOGIN_31 */
         sd_get_seats;
         sd_get_sessions;
@@ -73,8 +80,10 @@ global:
         /* Same order as in sd-bus.h should be used */
 
         /* Connections */
+        sd_bus_default;
         sd_bus_default_user;
         sd_bus_default_system;
+        sd_bus_open;
         sd_bus_open_user;
         sd_bus_open_system;
         sd_bus_open_system_remote;