summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-06-27 03:38:13 +0200
committerGravatar Nikias Bassen2022-06-27 03:38:13 +0200
commite667b49a4a6d7059c1ae8243961f764551f91a85 (patch)
tree7bbebb704bef32cd07a315968c647888194d7a86 /src/common.h
parentfbbd4b69842cf97c2d89f0732c88ce127b5d098c (diff)
downloadidevicerestore-e667b49a4a6d7059c1ae8243961f764551f91a85.tar.gz
idevicerestore-e667b49a4a6d7059c1ae8243961f764551f91a85.tar.bz2
Add --variant command line switch to specify build identity to use
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 634fc09..97d5f96 100644
--- a/src/common.h
+++ b/src/common.h
@@ -124,6 +124,7 @@ struct idevicerestore_client_t {
cond_t device_event_cond;
int ignore_device_add_events;
plist_t macos_variant;
+ char* restore_variant;
};
extern struct idevicerestore_mode_t idevicerestore_modes[];