summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-02 20:13:01 +0100
committerGravatar Nikias Bassen2012-02-02 20:13:01 +0100
commit93cc13ff963fbc97d96b466db745f213a727003d (patch)
treecb9b04111138d350a821004be401403da1b94725 /src/common.h
parent4cd0942d51d00e3d8b12601ae5d34981a762f252 (diff)
downloadidevicerestore-93cc13ff963fbc97d96b466db745f213a727003d.tar.gz
idevicerestore-93cc13ff963fbc97d96b466db745f213a727003d.tar.bz2
common: fix missing restore_boot_args struct member
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 9ef8a15..988245c 100644
--- a/src/common.h
+++ b/src/common.h
@@ -140,6 +140,7 @@ struct idevicerestore_client_t {
struct idevicerestore_mode_t* mode;
char* version;
char* build;
+ char* restore_boot_args;
};
static struct idevicerestore_mode_t idevicerestore_modes[] = {