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


Ignore:
Timestamp:
2011-07-26T18:59:37Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88be951e
Parents:
936ece7
Message:

Rename the read_directory_entry() function with the name read_dentry().

File:
1 edited

Legend:

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

    r936ece7 r18eb736  
    213213/*mfs_dentry.c*/
    214214extern int
    215 read_directory_entry(struct mfs_node *mnode,
     215read_dentry(struct mfs_node *mnode,
    216216                     struct mfs_dentry_info *d_info, unsigned index);
    217217
Note: See TracChangeset for help on using the changeset viewer.