summaryrefslogtreecommitdiffstats
path: root/src/recovery.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-12-21 23:45:21 +0100
committerGravatar Nikias Bassen2020-12-21 23:45:21 +0100
commit7fd59d571648b0b418b4c3728b0fb64898feba8c (patch)
treedf322c36782dcac37db18d6fe36a124f9a95f17e /src/recovery.h
parent33285c63f585e42b32f450e4a1ab926eb9b964d2 (diff)
downloadidevicerestore-7fd59d571648b0b418b4c3728b0fb64898feba8c.tar.gz
idevicerestore-7fd59d571648b0b418b4c3728b0fb64898feba8c.tar.bz2
recovery: Upload RestoreSEP image if present in BuildManifest
This fixes restoring iPhone 12 family devices and possibly others on iOS 14.3
Diffstat (limited to 'src/recovery.h')
-rw-r--r--src/recovery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/recovery.h b/src/recovery.h
index 872b0be..714943a 100644
--- a/src/recovery.h
+++ b/src/recovery.h
@@ -45,6 +45,7 @@ int recovery_client_new(struct idevicerestore_client_t* client);
void recovery_client_free(struct idevicerestore_client_t* client);
int recovery_enter_restore(struct idevicerestore_client_t* client, plist_t build_identity);
int recovery_send_component(struct idevicerestore_client_t* client, plist_t build_identity, const char* component);
+int recovery_send_component_and_command(struct idevicerestore_client_t* client, plist_t build_identity, const char* component, const char* command);
int recovery_send_ibec(struct idevicerestore_client_t* client, plist_t build_identity);
int recovery_send_applelogo(struct idevicerestore_client_t* client, plist_t build_identity);
int recovery_send_devicetree(struct idevicerestore_client_t* client, plist_t build_identity);