Changes by: szaka
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv19112/include
Modified Files:
attrib.h
Log Message:
Merge set_ntfs_volume_flags() and code from ntfsfix as a new library
function: ntfs_set_volume_flags(). Note, ntfs_set_volume_flags() is
moving to volume.[ch]
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -U2 -r1.47 -r1.48
--- attrib.h 11 Jul 2002 16:20:32 -0000 1.47
+++ attrib.h 14 Jul 2002 17:16:52 -0000 1.48
@@ -264,17 +264,8 @@
const s64 n);
-// FIXME / TODO: Above here the file is cleaned up. (AIA)
+extern int ntfs_set_volume_flags(ntfs_volume *v, const u16 flags);
-/**
- * set_ntfs_volume_flags - set the flags of an ntfs volume
- * @v: ntfs volume the mft record @b is from
- * @b: pointer to a buffer containing the mft record of FILE_Volume
- * @flags: new flags
- *
- * Set the volume flags in the mft record buffer @b and on volume @v to @flags.
- * Return 1 on success or 0 on error.
- */
-int set_ntfs_volume_flags(ntfs_volume *v, MFT_RECORD *b, const u16 flags);
+// FIXME / TODO: Above here the file is cleaned up. (AIA)
/**
* get_attribute_value_length - return the length of the value of an attribute
|