diff ffstools/tiffs-rd/globals.c @ 236:254de9560ef3

tiffs ls -v implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 26 Jan 2014 19:03:33 +0000
parents 024042383a26
children 43642cf7c98c
line wrap: on
line diff
--- a/ffstools/tiffs-rd/globals.c	Sun Jan 26 18:17:03 2014 +0000
+++ b/ffstools/tiffs-rd/globals.c	Sun Jan 26 19:03:33 2014 +0000
@@ -12,7 +12,7 @@
 u32 total_ffs_size;
 int index_blk_num = -1, root_inode;
 int inode_limit;
-int verbose;
+int verbose, verbose2;
 
 u8 *image, *inode_block;
 struct inode_info **inode_info;