diff options
author | Joshua Hill | 2010-07-14 12:48:51 -0400 |
---|---|---|
committer | Joshua Hill | 2010-07-14 12:48:51 -0400 |
commit | fde808212e85de310cb404ac2e577da17f8382c2 (patch) | |
tree | d69d929dd1fc78b19dbe0ba71908cad89f3039b4 /src/ipsw.h | |
parent | 021a49be23280ddf9289284e8efff2f239d96d15 (diff) | |
parent | db6dc7b5310138eb6eb3eb099f22ccde65e3e765 (diff) | |
download | idevicerestore-fde808212e85de310cb404ac2e577da17f8382c2.tar.gz idevicerestore-fde808212e85de310cb404ac2e577da17f8382c2.tar.bz2 |
Merge branch 'martin'
Diffstat (limited to 'src/ipsw.h')
-rw-r--r-- | src/ipsw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ typedef struct { } ipsw_file; int ipsw_extract_to_memory(const char* ipsw, const char* infile, char** pbuffer, uint32_t* psize); -int ipsw_extract_build_manifest(const char* ipsw, plist_t* buildmanifest); +int ipsw_extract_build_manifest(const char* ipsw, plist_t* buildmanifest, int *tss_enabled); void ipsw_free_file(ipsw_file* file); #ifdef __cplusplus |