summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-02 23:36:25 +0100
committerGravatar Nikias Bassen2012-02-02 23:36:25 +0100
commit865f1e54a6266bdcf083d055e117640b6a807757 (patch)
treee3fe9e385cffbc81ca858ec57580a55cfd6d85d4 /src/common.h
parentfac258f5bf56d58fc9b4534f4fe4d31cada23117 (diff)
downloadidevicerestore-865f1e54a6266bdcf083d055e117640b6a807757.tar.gz
idevicerestore-865f1e54a6266bdcf083d055e117640b6a807757.tar.bz2
add --pwn option to put a limera1n device into pwned dfu mode
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 988245c..d710e69 100644
--- a/src/common.h
+++ b/src/common.h
@@ -91,6 +91,7 @@ extern "C" {
#define FLAG_ERASE 4
#define FLAG_CUSTOM 8
#define FLAG_EXCLUDE 16
+#define FLAG_PWN 32
extern int use_apple_server;