chiark / gitweb /
udev: fix test-udev binary
[elogind.git] / src / login / libsystemd-login.sym
index 0d51fa76e76189a9335c79d56a3a7fa48c52f057..a5e6c1e756103f7991a57ba7a9c97b9d832af080 100644 (file)
@@ -33,3 +33,16 @@ global:
 local:
         *;
 };
+
+LIBSYSTEMD_LOGIN_38 {
+global:
+        sd_pid_get_unit;
+        sd_session_get_service;
+} LIBSYSTEMD_LOGIN_31;
+
+LIBSYSTEMD_LOGIN_43 {
+global:
+        sd_session_get_type;
+        sd_session_get_class;
+        sd_session_get_display;
+} LIBSYSTEMD_LOGIN_38;