Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2005/include/ntfs
Modified Files:
runlist.h
Log Message:
put the test code where it's more useful
Index: runlist.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/runlist.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- runlist.h 17 Jan 2005 11:58:33 -0000 1.7
+++ runlist.h 13 Sep 2005 14:30:53 -0000 1.8
@@ -79,5 +79,9 @@ extern int ntfs_rl_truncate(runlist **rl
extern int ntfs_rl_sparse(runlist *rl);
extern s64 ntfs_rl_get_compressed_size(ntfs_volume *vol, runlist *rl);
+#ifdef NTFS_TEST
+int test_rl_main (int argc, char *argv[]);
+#endif
+
#endif /* defined _NTFS_RUNLIST_H */
|