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