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


Ignore:
Timestamp:
2011-06-25T11:36:18Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38b7233
Parents:
53eb588
Message:

Minixfs file deletion feature is complete but not yet stable.

File:
1 edited

Legend:

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

    r53eb588 rd8af1bd  
    174174mfs_truncate(ipc_callid_t rid, ipc_call_t *request);
    175175
     176extern void
     177mfs_destroy(ipc_callid_t rid, ipc_call_t *request);
     178
    176179/*mfs_inode.c*/
    177180extern int
Note: See TracChangeset for help on using the changeset viewer.