From 5a2a47e2999b7de465b81cc0298d59bff078d949 Mon Sep 17 00:00:00 2001 From: David Wang Date: Wed, 25 Oct 2017 17:02:09 -0700 Subject: Allow restores that start in Restore mode. Allow specification of custom APTickets. --- src/idevicerestore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/idevicerestore.h') 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; -- cgit v1.1-32-gdbae