diff options
author | 2017-10-25 17:02:09 -0700 | |
---|---|---|
committer | 2020-02-18 00:32:36 +0100 | |
commit | 5a2a47e2999b7de465b81cc0298d59bff078d949 (patch) | |
tree | 3234a1c8760e9445a87ded57ee4a64f3a5460690 /src/restore.h | |
parent | 8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4 (diff) | |
download | idevicerestore-5a2a47e2999b7de465b81cc0298d59bff078d949.tar.gz idevicerestore-5a2a47e2999b7de465b81cc0298d59bff078d949.tar.bz2 |
Allow restores that start in Restore mode. Allow specification of custom APTickets.
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.h b/src/restore.h index d4cfc46..bc41753 100644 --- a/src/restore.h +++ b/src/restore.h @@ -47,6 +47,7 @@ int restore_check_mode(struct idevicerestore_client_t* client); irecv_device_t restore_get_irecv_device(struct idevicerestore_client_t* client); int restore_client_new(struct idevicerestore_client_t* client); void restore_client_free(struct idevicerestore_client_t* client); +int restore_is_image4_supported(struct idevicerestore_client_t* client); int restore_reboot(struct idevicerestore_client_t* client); const char* restore_progress_string(unsigned int operation); int restore_handle_status_msg(restored_client_t client, plist_t msg); |