chiark / gitweb /
login: introduce sd_session_get_display()
[elogind.git] / src / login / libsystemd-login.sym
index bac46f4064c9f87086f39134d223da3f7f9e6d23..a5e6c1e756103f7991a57ba7a9c97b9d832af080 100644 (file)
@@ -36,5 +36,13 @@ local:
 
 LIBSYSTEMD_LOGIN_38 {
 global:
-        sd_pid_get_service;
+        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;