diff options
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 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; |