summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
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;