Skip to content

Commit

Permalink
Removed the signature of deprecated ntfs_file_values_compare()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Pierre André committed Aug 6, 2010
1 parent cae96e6 commit 654568a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/ntfs-3g/unistr.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ extern void ntfs_name_locase(ntfschar *name, u32 name_len,
extern void ntfs_file_value_upcase(FILE_NAME_ATTR *file_name_attr,
const ntfschar *upcase, const u32 upcase_len);

extern int ntfs_file_values_compare(const FILE_NAME_ATTR *file_name_attr1,
const FILE_NAME_ATTR *file_name_attr2,
const int err_val, const IGNORE_CASE_BOOL ic,
const ntfschar *upcase, const u32 upcase_len);

extern int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs,
int outs_len);
extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
Expand Down

0 comments on commit 654568a

Please sign in to comment.