Export ntfs_inode_allocate().

(Logical change 1.550)
edge.strict_endians
cantab.net!aia21 2004-09-13 14:39:50 +00:00
parent 89306d3012
commit b766a97941
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ struct _ntfs_inode {
int ref_count;
};
extern ntfs_inode *ntfs_inode_allocate(ntfs_volume *vol);
extern ntfs_inode *ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref);
extern int ntfs_inode_close(ntfs_inode *ni);