diff options
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[] = { |