summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-09-20 21:50:42 +0200
committerGravatar Martin Szulecki2012-11-07 22:19:52 +0100
commitf4bdd1ce22061638240fb56ec73eb90c95c7dbcd (patch)
treee1d5b066d8c878d3cdcd26ebb6f8da0d226d4026 /src/common.h
parentfde8acd97fc9179960b89e86c3850f7803a3d35c (diff)
downloadidevicerestore-f4bdd1ce22061638240fb56ec73eb90c95c7dbcd.tar.gz
idevicerestore-f4bdd1ce22061638240fb56ec73eb90c95c7dbcd.tar.bz2
client: Fix build number parsing for iOS 6
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 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;