From c344e1c8b4996e9bf4c4e5589931a436acc9d388 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 16:33:07 +0100 Subject: dfu: implement dfu_check_mode() and fix dfu_enter_recovery() --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') 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; -- cgit v1.1-32-gdbae