]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/systemd/sd-utf8.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / systemd / sd-utf8.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
6695ed7a
LP
2#ifndef foosdutf8hfoo
3#define foosdutf8hfoo
faaa5728
LP
4
5/***
faaa5728
LP
6
7 systemd is free software; you can redistribute it and/or modify it
8 under the terms of the GNU Lesser General Public License as published by
9 the Free Software Foundation; either version 2.1 of the License, or
10 (at your option) any later version.
11
12 systemd is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
16
17 You should have received a copy of the GNU Lesser General Public License
18 along with systemd; If not, see <http://www.gnu.org/licenses/>.
19***/
20
0095c454
LP
21#include "_sd-common.h"
22
23_SD_BEGIN_DECLARATIONS;
6695ed7a 24
98f91566
LP
25_sd_pure_ const char *sd_utf8_is_valid(const char *s);
26_sd_pure_ const char *sd_ascii_is_valid(const char *s);
faaa5728 27
0095c454 28_SD_END_DECLARATIONS;
6695ed7a 29
faaa5728 30#endif