add private data to ntfs volume

(Logical change 1.493)
edge.strict_endians
flatcap.org!ntfs 2004-08-12 09:23:53 +00:00
parent e8e0e16320
commit d05efe5a75
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ struct _ntfs_volume {
FILE_AttrDef. */
s32 attrdef_len; /* Size of the attribute definition table in
bytes. */
void *private_data; /* Temp: for directory handling */
};
extern ntfs_volume *ntfs_volume_alloc(void);