diff options
author | 2014-05-16 15:02:52 +0200 | |
---|---|---|
committer | 2014-05-16 15:02:52 +0200 | |
commit | 4533d9e4571da67e1a442581cbc2bef7e4e2338d (patch) | |
tree | 805a5e7c3a5a0abe9fe249f71360f2ddb579a6d1 /src/idevicerestore.h | |
parent | 9d16f65017b7c0a93a83f793c1998d8c39a3bc5e (diff) | |
download | idevicerestore-4533d9e4571da67e1a442581cbc2bef7e4e2338d.tar.gz idevicerestore-4533d9e4571da67e1a442581cbc2bef7e4e2338d.tar.bz2 |
Add build_identity_has_component() helper
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 b6ca084..4b5ed5d 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -86,6 +86,7 @@ void build_manifest_get_version_information(plist_t build_manifest, struct idevi plist_t build_manifest_get_build_identity(plist_t build_manifest, uint32_t identity); int build_manifest_get_build_count(plist_t build_manifest); void build_identity_print_information(plist_t build_identity); +int build_identity_has_component(plist_t build_identity, const char* component); int build_identity_get_component_path(plist_t build_identity, const char* component, char** path); int ipsw_extract_filesystem(const char* ipsw, plist_t build_identity, char** filesystem); int extract_component(const char* ipsw, const char* path, unsigned char** component_data, unsigned int* component_size); |