]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/libsystemd-login.sym
sd-login: beef up login api, to add monitoring and enumerating
[thirdparty/systemd.git] / src / 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
5 under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
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
LP
22 sd_pid_get_session;
23 sd_seat_get_active;
034a2a52 24 sd_seat_get_sessions;
1eae4c45
LP
25 sd_session_get_seat;
26 sd_session_get_uid;
27 sd_session_is_active;
034a2a52
LP
28 sd_uid_get_seats;
29 sd_uid_get_sessions;
1eae4c45 30 sd_uid_get_state;
1eae4c45
LP
31 sd_uid_is_on_seat;
32local:
33 *;
34};