From 94ba99e2ccdfaf862af6ce039ae447eb244c9283 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 3 Apr 2004 05:42:49 +0000 Subject: Prep for unix porting --- src/ntfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ntfs.h') diff --git a/src/ntfs.h b/src/ntfs.h index 0e5449b..e5eb1ec 100644 --- a/src/ntfs.h +++ b/src/ntfs.h @@ -191,4 +191,8 @@ byte* ntfs_getattributedata(ntfs_attribresident* attrib, byte* end); bool ntfs_isbetternamespace(byte n1, byte n2); bool ntfs_dofixups(byte* cluster, uint32 size); +/* TODO: Move these declarations elsewhere */ +char* unicode_transcode16to8(const wchar_t* src, size_t len); +wchar_t* unicode_transcode8to16(const char* src, const wchar_t* out, size_t len); + #endif /* __NTFS_H__ */ -- cgit v1.2.3