diff options
author | David Wang | 2017-10-25 17:02:09 -0700 |
---|---|---|
committer | Nikias Bassen | 2020-02-18 00:32:36 +0100 |
commit | 5a2a47e2999b7de465b81cc0298d59bff078d949 (patch) | |
tree | 3234a1c8760e9445a87ded57ee4a64f3a5460690 /src/idevicerestore.h | |
parent | 8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4 (diff) | |
download | idevicerestore-5a2a47e2999b7de465b81cc0298d59bff078d949.tar.gz idevicerestore-5a2a47e2999b7de465b81cc0298d59bff078d949.tar.bz2 |
Allow restores that start in Restore mode. Allow specification of custom APTickets.
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 16867b3..7d7fa53 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -43,6 +43,7 @@ extern "C" { #define FLAG_SHSHONLY (1 << 7) #define FLAG_LATEST (1 << 8) #define FLAG_INTERACTIVE (1 << 9) +#define FLAG_ALLOW_RESTORE_MODE (1 << 10) struct idevicerestore_client_t; |