]> wimlib.net Git - wimlib/blobdiff - include/wimlib/encoding.h
Refactor some of the dentry, inode, and lookup table code
[wimlib] / include / wimlib / encoding.h
index 59914ae3cdf7e51d5e9fca8202990ec55b43e7c8..20cb8d8304a355bb05c47ea04639dcb2cd835415 100644 (file)
@@ -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 */