chiark / gitweb /
man: add sd-login(7) page
[elogind.git] / src / libsystemd-login.sym
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
12 LIBSYSTEMD_LOGIN_31 {
13 global:
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;
33 local:
34         *;
35 };