chiark / gitweb /
shared/utf8: merge implementations, remove cruft
[elogind.git] / src / shared / utf8.h
index 7a5608c9ee13c4c98276029e507f5b1721a614d8..22e13461de5f5aab15110b5c43dacd21e38caa15 100644 (file)
 
 #include "macro.h"
 
-char *utf8_is_valid(const char *s) _pure_;
+const char *utf8_is_valid(const char *s) _pure_;
 char *ascii_is_valid(const char *s) _pure_;
 
 bool utf8_is_printable(const char* str, size_t length) _pure_;
 
-char *utf8_filter(const char *s);
 char *ascii_filter(const char *s);
 
 char *utf16_to_utf8(const void *s, size_t length);