]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/libsystemd-id128.sym
systemctl: don't show ln -s/rm output in 'install' mode if --quiet is passed
[thirdparty/systemd.git] / src / libsystemd-id128.sym
CommitLineData
4b2d99d9
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 v38 */
11
12LIBSYSTEMD_ID128_38 {
13global:
14 sd_id128_to_string;
15 sd_id128_from_string;
16 sd_id128_randomize;
4b2d99d9
LP
17 sd_id128_get_machine;
18 sd_id128_get_boot;
19local:
20 *;
21};