Changeset fcc3cd8 in mainline for uspace/srv/fs/fat/fat_dentry.h


Ignore:
Timestamp:
2011-06-28T07:35:01Z (14 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c3c4a5
Parents:
82374b2
Message:

Using new function to convert LFN UTF16 data to UTF8 string
in fat_directory_read()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.h

    r82374b2 rfcc3cd8  
    140140extern size_t fat_lfn_str_nlength(const uint16_t *, size_t);
    141141extern size_t fat_lfn_size(const fat_dentry_t *);
    142 extern size_t fat_lfn_get_part(const uint16_t *, size_t, wchar_t *, size_t *);
    143 extern size_t fat_lfn_get_entry(const fat_dentry_t *, wchar_t *, size_t *);
     142extern size_t fat_lfn_get_part(const uint16_t *, size_t, uint16_t *, size_t *);
     143extern size_t fat_lfn_get_entry(const fat_dentry_t *, uint16_t *, size_t *);
    144144extern size_t fat_lfn_set_part(const wchar_t *, size_t *, size_t, uint16_t *, size_t);
    145145extern size_t fat_lfn_set_entry(const wchar_t *, size_t *, size_t, fat_dentry_t *);
Note: See TracChangeset for help on using the changeset viewer.