diff options
author | Nikias Bassen | 2012-07-17 17:08:12 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 17:08:12 +0200 |
commit | 03edb2fd320a598d13bb7cc15c433c590b0f2582 (patch) | |
tree | 11f7d64027612c94468ca124875ba9d1544685c3 /src/restore.h | |
parent | f9e12502816a548a70c5c1009dc08e248de18bee (diff) | |
download | idevicerestore-03edb2fd320a598d13bb7cc15c433c590b0f2582.tar.gz idevicerestore-03edb2fd320a598d13bb7cc15c433c590b0f2582.tar.bz2 |
restore: refactored the bbfw signing
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.h b/src/restore.h index 7ad0d9f..071fa8f 100644 --- a/src/restore.h +++ b/src/restore.h @@ -32,6 +32,7 @@ extern "C" { struct restore_client_t { plist_t tss; + plist_t bbtss; idevice_t device; char* udid; unsigned int operation; |