summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar David Wang2017-10-25 17:02:09 -0700
committerGravatar Nikias Bassen2020-02-18 00:32:36 +0100
commit5a2a47e2999b7de465b81cc0298d59bff078d949 (patch)
tree3234a1c8760e9445a87ded57ee4a64f3a5460690 /src/common.h
parent8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4 (diff)
downloadidevicerestore-5a2a47e2999b7de465b81cc0298d59bff078d949.tar.gz
idevicerestore-5a2a47e2999b7de465b81cc0298d59bff078d949.tar.bz2
Allow restores that start in Restore mode. Allow specification of custom APTickets.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index e8e4d44..d943568 100644
--- a/src/common.h
+++ b/src/common.h
@@ -103,6 +103,8 @@ struct idevicerestore_client_t {
int build_major;
char* restore_boot_args;
char* cache_dir;
+ unsigned char* root_ticket;
+ int root_ticket_len;
idevicerestore_progress_cb_t progress_cb;
void* progress_cb_data;
irecv_device_event_context_t irecv_e_ctx;