Changeset 48eb7a14 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-11-22T12:00:05Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2eb893b
Parents:
7e6c9eb
Message:

Add implementation of fat_idx_destroy().

File:
1 edited

Legend:

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

    r7e6c9eb r48eb7a14  
    208208extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned);
    209209extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t);
     210extern void fat_idx_destroy(fat_idx_t *);
    210211
    211212extern int fat_idx_init(void);
Note: See TracChangeset for help on using the changeset viewer.