X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futf8.h;h=794ae15ab982c526c4882e168543035a6e90e626;hb=076a24adf4bfbb9c5aa8167e102c253c7e1c651e;hp=fec76b487a620cbb4f245b54a58c042a6136501d;hpb=ba961854ddec8a8efcffab44540c33cc7dffebfa;p=elogind.git diff --git a/src/shared/utf8.h b/src/shared/utf8.h index fec76b487..794ae15ab 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. @@ -32,4 +31,4 @@ 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 +char *utf16_to_utf8(const void *s, size_t length);