chiark / gitweb /
journald: check session owner UID rather then audit ID when splitting up journal...
[elogind.git] / src / login / libsystemd-login.sym
index 347e0730a6e8fb6fc8803b2c5f865f22ca1cac9d..272b0e2b5201be0bfafa72bf14b0c7d37b12796e 100644 (file)
@@ -50,4 +50,11 @@ global:
 LIBSYSTEMD_LOGIN_186 {
 global:
         sd_session_get_state;
+        sd_seat_can_tty;
+        sd_seat_can_graphical;
 } LIBSYSTEMD_LOGIN_43;
+
+LIBSYSTEMD_LOGIN_198 {
+global:
+        sd_session_get_tty;
+} LIBSYSTEMD_LOGIN_186;