diff options
author | 2013-11-20 21:37:19 +0100 | |
---|---|---|
committer | 2013-11-20 21:37:19 +0100 | |
commit | d0f4512a38c0f1be90b39cc774ad16f28d8bec23 (patch) | |
tree | 6feca7b18be77c01e95dc60596fb5fb9277d84fa /src/common.h | |
parent | 17ecc7b0a4f8d9eececd5317bbed30ce09c5ec85 (diff) | |
download | idevicerestore-d0f4512a38c0f1be90b39cc774ad16f28d8bec23.tar.gz idevicerestore-d0f4512a38c0f1be90b39cc774ad16f28d8bec23.tar.bz2 |
get baseband ticket in normal mode and pass preflight info to StartRestore request
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 0805e0a..61dfbb1 100644 --- a/src/common.h +++ b/src/common.h @@ -78,6 +78,7 @@ struct idevicerestore_client_t { unsigned char* nonce; int nonce_size; int image4supported; + plist_t preflight_info; char* udid; char* srnm; char* ipsw; |