ntfs-3g/ntfsprogs/upcase.h
2005-10-21 18:08:28 +00:00

8 lines
130 B
C

#ifndef _NTFS_UPCASE_H_
#define _NTFS_UPCASE_H_
void init_upcase_table(ntfschar *uc, u32 uc_len);
#endif /* _NTFS_UPCASE_H_ */