diff options
author | 2019-08-29 10:01:13 +0200 | |
---|---|---|
committer | 2019-08-29 10:01:13 +0200 | |
commit | 182b08380564a4c9c7d5dd35d49cd0f3f5dd3f34 (patch) | |
tree | c3ee9e1a475fc83575216b9171f978bd9eb63392 /src/idevicerestore.h | |
parent | c09c07b33038cc333daf1e15f3abbbe522b1de62 (diff) | |
download | idevicerestore-182b08380564a4c9c7d5dd35d49cd0f3f5dd3f34.tar.gz idevicerestore-182b08380564a4c9c7d5dd35d49cd0f3f5dd3f34.tar.bz2 |
Add support to "preboard" a device on update restore to prevent 'Attempting data recovery'
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 0c638e4..7f76c91 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -95,6 +95,7 @@ int build_identity_get_component_path(plist_t build_identity, const char* compon 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); int personalize_component(const char *component, const unsigned char* component_data, unsigned int component_size, plist_t tss_response, unsigned char** personalized_component, unsigned int* personalized_component_size); +int get_preboard_manifest(struct idevicerestore_client_t* client, plist_t build_identity, plist_t* manifest); const char* get_component_name(const char* filename); |