summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-07-09 16:35:17 +0200
committerGravatar Martin Szulecki2010-07-09 16:35:17 +0200
commitbfcd784574ace78f9923213e3d260302d28b54c8 (patch)
tree26c6f91d1add193cbb5fac33338b6113a8879f00 /src/idevicerestore.h
parentd80d5b462061022fac7e1a57d6a05c54499e042d (diff)
downloadidevicerestore-bfcd784574ace78f9923213e3d260302d28b54c8.tar.gz
idevicerestore-bfcd784574ace78f9923213e3d260302d28b54c8.tar.bz2
Refactor manifest extraction
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
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);