mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
8 lines
130 B
C
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_ */
|
|
|