Changeset 50e5b25 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-11-23T11:00:08Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f714576
Parents:
31696b4f
Message:

Add implementation of fat_destroy_node() and fat_destroy().

File:
1 edited

Legend:

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

    r31696b4f r50e5b25  
    204204extern void fat_write(ipc_callid_t, ipc_call_t *);
    205205extern void fat_truncate(ipc_callid_t, ipc_call_t *);
     206extern void fat_destroy(ipc_callid_t, ipc_call_t *);
    206207
    207208extern fat_idx_t *fat_idx_get_new(dev_handle_t);
Note: See TracChangeset for help on using the changeset viewer.