From 5a2a47e2999b7de465b81cc0298d59bff078d949 Mon Sep 17 00:00:00 2001 From: David Wang Date: Wed, 25 Oct 2017 17:02:09 -0700 Subject: Allow restores that start in Restore mode. Allow specification of custom APTickets. --- src/restore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/restore.h') 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); -- cgit v1.1-32-gdbae