summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Rick Mark2020-04-21 02:35:25 +0200
committerGravatar Nikias Bassen2020-04-21 02:35:25 +0200
commitd1cb6bfef6ac8fb08472ac5f1fac93895084371c (patch)
tree892d5a0146289015fd5462631e1365b843a5bf2c /src/idevicerestore.h
parentb0ca976470dad8d2280168f778034bfbb5c15796 (diff)
downloadidevicerestore-d1cb6bfef6ac8fb08472ac5f1fac93895084371c.tar.gz
idevicerestore-d1cb6bfef6ac8fb08472ac5f1fac93895084371c.tar.bz2
Support stopping at restore 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 f6b1cb0..d8e3440 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -44,6 +44,7 @@ extern "C" {
#define FLAG_LATEST (1 << 8)
#define FLAG_INTERACTIVE (1 << 9)
#define FLAG_ALLOW_RESTORE_MODE (1 << 10)
+#define FLAG_NO_RESTORE (1 << 11)
struct idevicerestore_client_t;