diff options
author | 2012-02-02 02:07:50 +0100 | |
---|---|---|
committer | 2012-02-02 02:07:50 +0100 | |
commit | 3913f910a840068ec34fd62f60b3bb78f7a9edd3 (patch) | |
tree | 019631306ff5bbffd97e39e3beb27eceb1255593 /src/common.h | |
parent | 5d29908d728c824f067cca13bf4e03f4f44afa7b (diff) | |
download | idevicerestore-3913f910a840068ec34fd62f60b3bb78f7a9edd3.tar.gz idevicerestore-3913f910a840068ec34fd62f60b3bb78f7a9edd3.tar.bz2 |
main: store product version & build in client struct for later checks
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 5568930..87b91aa 100644 --- a/src/common.h +++ b/src/common.h @@ -136,6 +136,8 @@ struct idevicerestore_client_t { struct idevicerestore_device_t* device; struct idevicerestore_entry_t** entries; struct idevicerestore_mode_t* mode; + char* version; + char* build; }; static struct idevicerestore_mode_t idevicerestore_modes[] = { |