chiark / gitweb /
libs: add symbol versioning for the benefit of RPM
[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_pid_get_session;
15         sd_seat_get_active;
16         sd_session_get_seat;
17         sd_session_get_uid;
18         sd_session_is_active;
19         sd_uid_get_state;
20         sd_uid_is_active_on_seat;
21         sd_uid_is_on_seat;
22 local:
23         *;
24 };