summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-10-26 14:48:10 +0200
committerGravatar Nikias Bassen2021-10-26 14:48:10 +0200
commit17c80a650f963be7842ef15d83e93286a0129f7a (patch)
tree88b81448d0830cb5f82042aa42a03e6c96b65c65 /src/idevicerestore.h
parent968f9e1e24d05667a30fa2b51261d9032cd009ce (diff)
downloadidevicerestore-17c80a650f963be7842ef15d83e93286a0129f7a.tar.gz
idevicerestore-17c80a650f963be7842ef15d83e93286a0129f7a.tar.bz2
Add command line option to continue despite certain errors (e.g. baseband update failure)
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index a7f3609..0d90108 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -45,6 +45,7 @@ extern "C" {
#define FLAG_INTERACTIVE (1 << 9)
#define FLAG_ALLOW_RESTORE_MODE (1 << 10)
#define FLAG_NO_RESTORE (1 << 11)
+#define FLAG_IGNORE_ERRORS (1 << 12)
struct idevicerestore_client_t;