X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fencoding.h;h=20cb8d8304a355bb05c47ea04639dcb2cd835415;hp=59914ae3cdf7e51d5e9fca8202990ec55b43e7c8;hb=5d3d469e410dc5f4a28814ad231336fc174cba56;hpb=349933ac7e49ee5a807396bfa27e2bf1684f4103 diff --git a/include/wimlib/encoding.h b/include/wimlib/encoding.h index 59914ae3..20cb8d83 100644 --- a/include/wimlib/encoding.h +++ b/include/wimlib/encoding.h @@ -47,4 +47,9 @@ cmp_utf16le_strings(const utf16lechar *s1, size_t n1, const utf16lechar *s2, size_t n2, bool ignore_case); +extern int +get_utf16le_string(const tchar *name, utf16lechar **name_utf16le_ret, + u16 *name_utf16le_nbytes_ret); + + #endif /* _WIMLIB_ENCODING_H */