Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28876/include/ntfs
Modified Files:
unistr.h
Log Message:
libntfs: add ntfs_str2ucs and ntfs_freeucs function, and convert
copy-pastes to use them
Index: unistr.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/unistr.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- unistr.h 13 Oct 2005 08:26:02 -0000 1.8
+++ unistr.h 5 Apr 2006 02:45:56 -0000 1.9
@@ -61,5 +61,9 @@ extern int ntfs_mbstoucs(const char *ins
extern void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len);
+extern ntfschar *ntfs_str2ucs(const char *s, int *len);
+
+extern void ntfs_ucsfree(ntfschar *ucs);
+
#endif /* defined _NTFS_UNISTR_H */
|