]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nss-mymachines/nss-mymachines.sym
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / nss-mymachines / nss-mymachines.sym
CommitLineData
cabb0bc6 1/***
d9215cd8
ZJS
2 SPDX-License-Identifier: LGPL-2.1+
3
cabb0bc6
LP
4 This file is part of systemd.
5
6 systemd is free software; you can redistribute it and/or modify it
7 under the terms of the GNU Lesser General Public License as published by
8 the Free Software Foundation; either version 2.1 of the License, or
9 (at your option) any later version.
10***/
11
12{
13global:
14 _nss_mymachines_gethostbyname_r;
15 _nss_mymachines_gethostbyname2_r;
16 _nss_mymachines_gethostbyname3_r;
17 _nss_mymachines_gethostbyname4_r;
c01ff965
LP
18 _nss_mymachines_getpwnam_r;
19 _nss_mymachines_getpwuid_r;
20 _nss_mymachines_getgrnam_r;
21 _nss_mymachines_getgrgid_r;
cabb0bc6
LP
22local: *;
23};