summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-07-17 17:08:12 +0200
committerGravatar Nikias Bassen2012-07-17 17:08:12 +0200
commit03edb2fd320a598d13bb7cc15c433c590b0f2582 (patch)
tree11f7d64027612c94468ca124875ba9d1544685c3 /src/restore.h
parentf9e12502816a548a70c5c1009dc08e248de18bee (diff)
downloadidevicerestore-03edb2fd320a598d13bb7cc15c433c590b0f2582.tar.gz
idevicerestore-03edb2fd320a598d13bb7cc15c433c590b0f2582.tar.bz2
restore: refactored the bbfw signing
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h1
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;