diff options
author | 2010-07-09 03:44:40 +0200 | |
---|---|---|
committer | 2010-07-09 03:44:40 +0200 | |
commit | bfd4f97062a89d046d73f9e7439ac5e74ef8dcdc (patch) | |
tree | a3adf0675cd21d7dd86a192b4fec46f1f6456961 /src/idevicerestore.h | |
parent | d1a5f28e6d1a3b7a24e406a215b4037dd68d41c9 (diff) | |
download | idevicerestore-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.h | 1 |
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 } |