diff options
author | 2010-07-09 16:35:17 +0200 | |
---|---|---|
committer | 2010-07-09 16:35:17 +0200 | |
commit | bfcd784574ace78f9923213e3d260302d28b54c8 (patch) | |
tree | 26c6f91d1add193cbb5fac33338b6113a8879f00 /src/idevicerestore.h | |
parent | d80d5b462061022fac7e1a57d6a05c54499e042d (diff) | |
download | idevicerestore-bfcd784574ace78f9923213e3d260302d28b54c8.tar.gz idevicerestore-bfcd784574ace78f9923213e3d260302d28b54c8.tar.bz2 |
Refactor manifest extraction
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index f42ed6f..27128a7 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -38,7 +38,6 @@ int get_build_count(plist_t buildmanifest); int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int get_bdid(struct idevicerestore_client_t* client, uint32_t* bdid); int get_cpid(struct idevicerestore_client_t* client, uint32_t* cpid); -int extract_buildmanifest(struct idevicerestore_client_t* client, const char* ipsw, plist_t* buildmanifest); plist_t get_build_identity(struct idevicerestore_client_t* client, plist_t buildmanifest, uint32_t identity); int get_shsh_blobs(struct idevicerestore_client_t* client, uint64_t ecid, plist_t build_identity, plist_t* tss); int extract_filesystem(struct idevicerestore_client_t* client, const char* ipsw, plist_t buildmanifest, char** filesystem); |