diff ffstools/tiffs-rd/globals.c @ 243:43642cf7c98c

tiffs: added global option for offset of FFS within the file (new -o)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 27 Jan 2014 03:46:11 +0000
parents 254de9560ef3
children 09b8b2327838
line wrap: on
line diff
--- a/ffstools/tiffs-rd/globals.c	Mon Jan 27 03:05:56 2014 +0000
+++ b/ffstools/tiffs-rd/globals.c	Mon Jan 27 03:46:11 2014 +0000
@@ -7,6 +7,7 @@
 #include "struct.h"
 
 char *imgfile;
+off_t imgfile_offset;
 u32 eraseblk_size;
 int total_blocks;
 u32 total_ffs_size;