Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9742/include/ntfs
Modified Files:
dir.h
Log Message:
ntfsinfo: figure out and dump index attribute types
Index: dir.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/dir.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- dir.h 23 Oct 2005 18:35:58 -0000 1.10
+++ dir.h 30 Oct 2005 22:53:39 -0000 1.11
@@ -32,7 +32,7 @@
#define MAX_PATH 1024
#endif
-/* The little endian Unicode strings $I30, $SII, $SDH, $O, $Q
+/* The little endian Unicode strings $I30, $SII, $SDH, $O, $Q, $R
* as a global constant.
*/
extern ntfschar NTFS_INDEX_I30[5];
@@ -40,6 +40,7 @@ extern ntfschar NTFS_INDEX_SII[5];
extern ntfschar NTFS_INDEX_SDH[5];
extern ntfschar NTFS_INDEX_O[3];
extern ntfschar NTFS_INDEX_Q[3];
+extern ntfschar NTFS_INDEX_R[3];
extern u64 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni,
const ntfschar *uname, const int uname_len);
|