summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-11-07 14:45:04 +0100
committerGravatar Nikias Bassen2023-11-07 14:45:04 +0100
commit8664de040b36518c2b1b76edb9cbf9e5a8613965 (patch)
tree24c5f69381e9fe23e29fb0c36464c1ade7540373 /src/common.h
parentc871c591e36d2a4083e3dda4c70144a0321ce70f (diff)
downloadidevicerestore-8664de040b36518c2b1b76edb9cbf9e5a8613965.tar.gz
idevicerestore-8664de040b36518c2b1b76edb9cbf9e5a8613965.tar.bz2
Print device Product and Build Version and IPSW Product and Build Version
It wasn't entirely clear what "Product Version" and "Product Build" would be so prefixing it with "IPSW" makes it clear it's the version being restored.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index c2a96b0..f7b1dcd 100644
--- a/src/common.h
+++ b/src/common.h
@@ -114,6 +114,8 @@ struct idevicerestore_client_t {
struct idevicerestore_mode_t* mode;
char* version;
char* build;
+ char* device_version;
+ char* device_build;
int build_major;
char* restore_boot_args;
char* cache_dir;