X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futf8.h;h=13d2f6a980e348ee362e9a4aecd06fd8c742b0c2;hb=e627440b41bb0284e4892f7aa9d84c77972487e2;hp=af2420fda42cdbabd0e3959616900377416482ff;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/src/shared/utf8.h b/src/shared/utf8.h index af2420fda..13d2f6a98 100644 --- a/src/shared/utf8.h +++ b/src/shared/utf8.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooutf8hfoo -#define fooutf8hfoo +#pragma once /*** This file is part of systemd. @@ -27,7 +26,7 @@ char *utf8_is_valid(const char *s) _pure_; char *ascii_is_valid(const char *s) _pure_; +char *utf8_is_printable_n(const char* str, size_t length) _pure_; + char *utf8_filter(const char *s); char *ascii_filter(const char *s); - -#endif