summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-07-28 18:14:08 +0200
committerGravatar Nikias Bassen2012-07-28 18:14:08 +0200
commitc6110de59aa435d26ae93078c88c45215e1e8056 (patch)
tree02b398572c7af07b022137a9646bd0772319b014 /src/common.h
parentd85f12afd6fd31963ddc67748264bd23116a11bd (diff)
downloadidevicerestore-c6110de59aa435d26ae93078c88c45215e1e8056.tar.gz
idevicerestore-c6110de59aa435d26ae93078c88c45215e1e8056.tar.bz2
main: use client flag instead of local variable for --latest option
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 bff5f1e..3f7d20e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -48,6 +48,7 @@ extern "C" {
#define FLAG_PWN 32
#define FLAG_NOACTION 64
#define FLAG_SHSHONLY 128
+#define FLAG_LATEST 256
struct dfu_client_t;
struct normal_client_t;