diff options
| author | 2010-05-22 14:48:13 -0400 | |
|---|---|---|
| committer | 2010-05-22 14:48:13 -0400 | |
| commit | a184cda744006d4a597ff5a23b67b635dd28c222 (patch) | |
| tree | ae250bf08d06cc95db3729dcd8d36734926f903c /src/ipsw.h | |
| parent | 58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (diff) | |
| download | idevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.gz idevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.bz2 | |
Started implementation of img3 file and tss_stitcher
Diffstat (limited to 'src/ipsw.h')
| -rw-r--r-- | src/ipsw.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -30,7 +30,7 @@ typedef struct {  typedef struct {  	int index; -	const char* name; +	char* name;  	unsigned int size;  	unsigned char* data;  } ipsw_file; | 
