Changes by: szaka
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv20454/include
Modified Files:
attrib.h volume.h
Log Message:
Move ntfs_set_volume_flags() from attrib[ch] to volume.[ch]
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -U2 -r1.48 -r1.49
--- attrib.h 14 Jul 2002 17:16:52 -0000 1.48
+++ attrib.h 14 Jul 2002 17:21:32 -0000 1.49
@@ -264,6 +264,4 @@
const s64 n);
-extern int ntfs_set_volume_flags(ntfs_volume *v, const u16 flags);
-
// FIXME / TODO: Above here the file is cleaned up. (AIA)
Index: volume.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/volume.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -U2 -r1.30 -r1.31
--- volume.h 14 Jul 2002 12:36:04 -0000 1.30
+++ volume.h 14 Jul 2002 17:21:32 -0000 1.31
@@ -149,4 +149,5 @@
extern int ntfs_is_version_supported(ntfs_volume *vol);
extern int ntfs_reset_logfile(ntfs_volume *vol);
+extern int ntfs_set_volume_flags(ntfs_volume *v, const u16 flags);
#endif /* defined _NTFS_VOLUME_H */
|