chiark / gitweb /
log: make internal log api log directly to the journal
[elogind.git] / src / libsystemd-id128.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 v38 */
11
12 LIBSYSTEMD_ID128_38 {
13 global:
14         sd_id128_to_string;
15         sd_id128_from_string;
16         sd_id128_randomize;
17         sd_id128_get_machine;
18         sd_id128_get_boot;
19 local:
20         *;
21 };