diff options
author | Martin Szulecki | 2010-07-09 16:35:17 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-07-09 16:35:17 +0200 |
commit | bfcd784574ace78f9923213e3d260302d28b54c8 (patch) | |
tree | 26c6f91d1add193cbb5fac33338b6113a8879f00 /src/ipsw.h | |
parent | d80d5b462061022fac7e1a57d6a05c54499e042d (diff) | |
download | idevicerestore-bfcd784574ace78f9923213e3d260302d28b54c8.tar.gz idevicerestore-bfcd784574ace78f9923213e3d260302d28b54c8.tar.bz2 |
Refactor manifest extraction
Diffstat (limited to 'src/ipsw.h')
-rw-r--r-- | src/ipsw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ extern "C" { #include <zip.h> #include <stdint.h> +#include <plist/plist.h> typedef struct { int index; @@ -37,6 +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); void ipsw_free_file(ipsw_file* file); #ifdef __cplusplus |