diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 9a27262..611a006 100644 --- a/src/common.h +++ b/src/common.h @@ -81,6 +81,7 @@ struct idevicerestore_client_t { struct idevicerestore_mode_t* mode; char* version; char* build; + int build_major; char* restore_boot_args; char* cache_dir; idevicerestore_progress_cb_t progress_cb; |