summaryrefslogtreecommitdiff
path: root/src/ntfs.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-03 05:42:49 +0000
committerStef Walter <stef@thewalter.net>2004-04-03 05:42:49 +0000
commit94ba99e2ccdfaf862af6ce039ae447eb244c9283 (patch)
treefad6b3e2d9fd1c80012d7e80a6713ea3d294e6eb /src/ntfs.h
parentde5167a304b5e3b2db7462329334ac01d492d72c (diff)
Prep for unix porting
Diffstat (limited to 'src/ntfs.h')
-rw-r--r--src/ntfs.h4
1 files changed, 4 insertions, 0 deletions
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__ */