summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-07-09 03:44:40 +0200
committerGravatar Martin Szulecki2010-07-09 03:44:40 +0200
commitbfd4f97062a89d046d73f9e7439ac5e74ef8dcdc (patch)
treea3adf0675cd21d7dd86a192b4fec46f1f6456961 /src/idevicerestore.h
parentd1a5f28e6d1a3b7a24e406a215b4037dd68d41c9 (diff)
downloadidevicerestore-bfd4f97062a89d046d73f9e7439ac5e74ef8dcdc.tar.gz
idevicerestore-bfd4f97062a89d046d73f9e7439ac5e74ef8dcdc.tar.bz2
Add function to retrieve a component path from a build identity
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index 407c0db..3213b0c 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -43,6 +43,7 @@ plist_t get_build_identity(struct idevicerestore_client_t* client, plist_t build
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);
int get_signed_component(struct idevicerestore_client_t* client, const char* ipsw, plist_t tss, const char* path, char** data, uint32_t* size);
+int build_identity_get_component_path(plist_t build_identity, const char* component, char** path);
#ifdef __cplusplus
}