Changeset 7d04324 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-17T21:10:13Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f213ae7
Parents:
5a58ae2
Message:

Link mfs_is_directory() and mfs_is_file() functions to the libfs_ops structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r5a58ae2 r7d04324  
    101101extern void mfs_mount(ipc_callid_t rid, ipc_call_t *request);
    102102extern bool mfs_is_directory(fs_node_t *fsnode);
     103extern bool mfs_is_file(fs_node_t *fsnode);
    103104extern devmap_handle_t mfs_device_get(fs_node_t *fsnode);
    104105extern int  mfs_get_instance(devmap_handle_t handle,
Note: See TracChangeset for help on using the changeset viewer.