summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-02 16:33:07 +0100
committerGravatar Nikias Bassen2012-02-02 16:33:07 +0100
commitc344e1c8b4996e9bf4c4e5589931a436acc9d388 (patch)
tree652e395b9eeddcc17369a33c0a71179cefaf90ef /src/common.h
parentb916b14a62ef15fbc505532c3607cf057d707610 (diff)
downloadidevicerestore-c344e1c8b4996e9bf4c4e5589931a436acc9d388.tar.gz
idevicerestore-c344e1c8b4996e9bf4c4e5589931a436acc9d388.tar.bz2
dfu: implement dfu_check_mode() and fix dfu_enter_recovery()
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 87b91aa..9ef8a15 100644
--- a/src/common.h
+++ b/src/common.h
@@ -126,6 +126,8 @@ struct idevicerestore_client_t {
int flags;
plist_t tss;
uint64_t ecid;
+ unsigned char* nonce;
+ int nonce_size;
const char* uuid;
const char* ipsw;
const char* filesystem;