Add ntfs_volume_alloc() for low level utilities.

(Logical change 1.139)
edge.strict_endians
cantab.net!aia21 2003-06-03 11:07:54 +00:00
parent e94dd2e634
commit ed8e3db271
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ struct _ntfs_volume {
bytes. */
};
extern ntfs_volume *ntfs_volume_alloc(void);
extern ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev,
unsigned long rwflag);