Changeset 72bde81 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2008-01-27T14:59:32Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2db4ac8
Parents:
1fe186f
Message:

Support for mkdir().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r1fe186f r72bde81  
    5757        VFS_READDIR,
    5858        VFS_CLOSEDIR,
     59        VFS_MKDIR,
    5960        VFS_UNLINK,
    6061        VFS_MOUNT,
     
    262263extern void vfs_seek(ipc_callid_t, ipc_call_t *);
    263264extern void vfs_truncate(ipc_callid_t, ipc_call_t *);
     265extern void vfs_mkdir(ipc_callid_t, ipc_call_t *);
    264266
    265267#endif
Note: See TracChangeset for help on using the changeset viewer.