chiark / gitweb /
hashmap.h: fix coding style issue
[elogind.git] / src / shared / utf8.h
index 13d2f6a980e348ee362e9a4aecd06fd8c742b0c2..794ae15ab982c526c4882e168543035a6e90e626 100644 (file)
@@ -30,3 +30,5 @@ char *utf8_is_printable_n(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);