]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/systemd/sd-utf8.h
Add SPDX license identifiers to source files under the LGPL
[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/***
6 This file is part of systemd.
7
8 Copyright 2013 Lennart Poettering
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22***/
23
0095c454
LP
24#include "_sd-common.h"
25
26_SD_BEGIN_DECLARATIONS;
6695ed7a 27
98f91566
LP
28_sd_pure_ const char *sd_utf8_is_valid(const char *s);
29_sd_pure_ const char *sd_ascii_is_valid(const char *s);
faaa5728 30
0095c454 31_SD_END_DECLARATIONS;
6695ed7a 32
faaa5728 33#endif