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


Ignore:
Timestamp:
2011-06-05T14:26:58Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34fdb75
Parents:
2df7fdd4
Message:

Function for compute cheksum for Node name

File:
1 edited

Legend:

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

    r2df7fdd4 red19497  
    112112extern void fat_dentry_name_set(fat_dentry_t *, const char *);
    113113extern fat_dentry_clsf_t fat_classify_dentry(const fat_dentry_t *);
     114extern uint8_t fat_dentry_chksum(uint8_t *);
    114115
    115116#endif
Note: See TracChangeset for help on using the changeset viewer.