Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv1868/ntfstools
Modified Files:
ntfsinfo.c
Log Message:
new function headers and a few function moves
Index: ntfsinfo.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsinfo.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -U2 -r1.13 -r1.14
--- ntfsinfo.c 11 Jul 2002 16:20:34 -0000 1.13
+++ ntfsinfo.c 11 Jul 2002 23:44:14 -0000 1.14
@@ -80,11 +80,11 @@
MFT_REF mref;
MFT_RECORD *mrec = NULL;
- ATTR_RECORD *attr = NULL;
- FILE_NAME_ATTR *file_name_attr = NULL;
- STANDARD_INFORMATION *standard_information = NULL;
- SECURITY_DESCRIPTOR_RELATIVE *security_descriptor = NULL;
+ //ATTR_RECORD *attr = NULL;
+ //FILE_NAME_ATTR *file_name_attr = NULL;
+ //STANDARD_INFORMATION *standard_information = NULL;
+ //SECURITY_DESCRIPTOR_RELATIVE *security_descriptor = NULL;
ntfs_attr_search_ctx *ctx = NULL;
ntfs_volume *vol = NULL;
- char *file_name;
+ //char *file_name;
ntfs_inode *inode = NULL;
|