]> git.proxmox.com Git - systemd.git/blame - src/login/libsystemd-login.sym
Imported Upstream version 208
[systemd.git] / src / login / libsystemd-login.sym
CommitLineData
663996b3
MS
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 Lesser General Public License as published by
6 the Free Software Foundation; either version 2.1 of the License, or
7 (at your option) any later version.
8***/
9
10/* Original symbols from systemd v31 */
11
12LIBSYSTEMD_LOGIN_31 {
13global:
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;
22 sd_pid_get_session;
23 sd_seat_can_multi_session;
24 sd_seat_get_active;
25 sd_seat_get_sessions;
26 sd_session_get_seat;
27 sd_session_get_uid;
28 sd_session_is_active;
29 sd_uid_get_seats;
30 sd_uid_get_sessions;
31 sd_uid_get_state;
32 sd_uid_is_on_seat;
33local:
34 *;
35};
36
37LIBSYSTEMD_LOGIN_38 {
38global:
39 sd_pid_get_unit;
40 sd_session_get_service;
41} LIBSYSTEMD_LOGIN_31;
42
43LIBSYSTEMD_LOGIN_43 {
44global:
45 sd_session_get_type;
46 sd_session_get_class;
47 sd_session_get_display;
48} LIBSYSTEMD_LOGIN_38;
49
50LIBSYSTEMD_LOGIN_186 {
51global:
52 sd_session_get_state;
53 sd_seat_can_tty;
54 sd_seat_can_graphical;
55} LIBSYSTEMD_LOGIN_43;
56
57LIBSYSTEMD_LOGIN_198 {
58global:
59 sd_session_get_tty;
60} LIBSYSTEMD_LOGIN_186;
61
62LIBSYSTEMD_LOGIN_201 {
63global:
64 sd_login_monitor_get_events;
65 sd_login_monitor_get_timeout;
66} LIBSYSTEMD_LOGIN_198;
67
68LIBSYSTEMD_LOGIN_202 {
69global:
70 sd_pid_get_user_unit;
71 sd_pid_get_machine_name;
72} LIBSYSTEMD_LOGIN_201;
73
74LIBSYSTEMD_LOGIN_203 {
75global:
76 sd_get_machine_names;
77} LIBSYSTEMD_LOGIN_202;
14228c0d
MB
78
79LIBSYSTEMD_LOGIN_205 {
80global:
81 sd_pid_get_slice;
82} LIBSYSTEMD_LOGIN_203;
83
84LIBSYSTEMD_LOGIN_207 {
85global:
86 sd_session_get_vt;
87} LIBSYSTEMD_LOGIN_205;