Changeset 2d0d637 in mainline for uspace/srv/fs/fat/fat_directory.h


Ignore:
Timestamp:
2011-06-21T18:56:31Z (14 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61e29a4d
Parents:
9553d7d
Message:

Functions for checking string compatibility with SFN requirements

File:
1 edited

Legend:

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

    r9553d7d r2d0d637  
    6767
    6868extern int fat_directory_read(fat_directory_t *, char *, fat_dentry_t **);
     69extern int fat_directory_write(fat_directory_t *, char *, fat_dentry_t *);
    6970extern int fat_directory_erase(fat_directory_t *);
    7071
Note: See TracChangeset for help on using the changeset viewer.