summaryrefslogtreecommitdiffstats
path: root/src/recovery.h
diff options
context:
space:
mode:
authorGravatar Rudolf Tammekivi2019-01-16 03:16:02 +0100
committerGravatar Nikias Bassen2019-01-16 03:16:02 +0100
commitb4af2e2d79d11c0cb6869d111ae7eca02c9e5c0b (patch)
treee4f2796c6b4ebdb4bce4427eeaa587578265f3c3 /src/recovery.h
parentccd3ebe24feb3fa5fa60099144678137b4c8ad6f (diff)
downloadidevicerestore-b4af2e2d79d11c0cb6869d111ae7eca02c9e5c0b.tar.gz
idevicerestore-b4af2e2d79d11c0cb6869d111ae7eca02c9e5c0b.tar.bz2
recovery: Add support for IsLoadedByiBoot:true components
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 7da2432..872b0be 100644
--- a/src/recovery.h
+++ b/src/recovery.h
@@ -50,6 +50,7 @@ int recovery_send_applelogo(struct idevicerestore_client_t* client, plist_t buil
int recovery_send_devicetree(struct idevicerestore_client_t* client, plist_t build_identity);
int recovery_send_ramdisk(struct idevicerestore_client_t* client, plist_t build_identity);
int recovery_send_kernelcache(struct idevicerestore_client_t* client, plist_t build_identity);
+int recovery_send_loaded_by_iboot(struct idevicerestore_client_t* client, plist_t build_identity);
int recovery_send_reset(struct idevicerestore_client_t* client);
int recovery_send_ticket(struct idevicerestore_client_t* client);
int recovery_set_autoboot(struct idevicerestore_client_t* client, int enable);