Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/include/ntfs
Modified Files:
mft.h
Log Message:
libntfs: add ntfs_mft_usn_dec() and convert all copy-pastes to use them
Index: mft.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/mft.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- mft.h 21 Oct 2005 18:05:13 -0000 1.7
+++ mft.h 5 Apr 2006 02:49:24 -0000 1.8
@@ -111,6 +111,8 @@ extern ntfs_inode *ntfs_mft_record_alloc
extern int ntfs_mft_record_free(ntfs_volume *vol, ntfs_inode *ni);
+extern int ntfs_mft_usn_dec(MFT_RECORD *mrec);
+
#ifdef NTFS_RICH
#include "bitmap.h"
|