diff options
author | 2012-07-28 16:42:40 +0200 | |
---|---|---|
committer | 2012-07-28 16:42:40 +0200 | |
commit | e2da5f0e79c9a63e12ef37d2fd087bcbff4c967d (patch) | |
tree | 9aab033537a0ac4809949ae4aa0553ae66f039a5 /src/common.h | |
parent | eaec785bac589c4d4a77cf72f72114688c2c1836 (diff) | |
download | idevicerestore-e2da5f0e79c9a63e12ef37d2fd087bcbff4c967d.tar.gz idevicerestore-e2da5f0e79c9a63e12ef37d2fd087bcbff4c967d.tar.bz2 |
tss: remove global use_apple_server symbol and use parameter instead
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index e52c902..0188cdc 100644 --- a/src/common.h +++ b/src/common.h @@ -48,8 +48,6 @@ extern "C" { #define FLAG_PWN 32 #define FLAG_NOACTION 64 -extern int use_apple_server; - struct dfu_client_t; struct normal_client_t; struct restore_client_t; @@ -73,6 +71,7 @@ struct idevicerestore_entry_t { struct idevicerestore_client_t { int flags; plist_t tss; + char* tss_url; plist_t version_data; uint64_t ecid; unsigned char* nonce; |