]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/login/libsystemd-login.sym
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.git] / src / login / libsystemd-login.sym
CommitLineData
1eae4c45
LP
1/***
2 This file is part of systemd.
3
4 systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
5 under the terms of the GNU Lesser General Public License as published by
6 the Free Software Foundation; either version 2.1 of the License, or
1eae4c45
LP
7 (at your option) any later version.
8***/
9
10/* Original symbols from systemd v31 */
11
12LIBSYSTEMD_LOGIN_31 {
13global:
034a2a52
LP
14 sd_get_seats;
15 sd_get_sessions;
16 sd_get_uids;
17 sd_login_monitor_flush;
18 sd_login_monitor_get_fd;
19 sd_login_monitor_new;
20 sd_login_monitor_unref;
21 sd_pid_get_owner_uid;
1eae4c45 22 sd_pid_get_session;
add30678 23 sd_seat_can_multi_session;
1eae4c45 24 sd_seat_get_active;
034a2a52 25 sd_seat_get_sessions;
1eae4c45
LP
26 sd_session_get_seat;
27 sd_session_get_uid;
28 sd_session_is_active;
034a2a52
LP
29 sd_uid_get_seats;
30 sd_uid_get_sessions;
1eae4c45 31 sd_uid_get_state;
1eae4c45
LP
32 sd_uid_is_on_seat;
33local:
34 *;
35};
9847946e
LP
36
37LIBSYSTEMD_LOGIN_38 {
38global:
94fb446e 39 sd_pid_get_unit;
eff40633 40 sd_session_get_service;
9847946e 41} LIBSYSTEMD_LOGIN_31;
51f58f08
LP
42
43LIBSYSTEMD_LOGIN_43 {
44global:
45 sd_session_get_type;
46 sd_session_get_class;
fc8af9ff 47 sd_session_get_display;
51f58f08 48} LIBSYSTEMD_LOGIN_38;