diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
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; |