summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
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;