From 9b335f1da8ec303d76bcdf5aa5f230b65950e325 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 16 Jul 2012 15:57:29 +0200 Subject: add --no-action parameter to exit after device detection --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 748acbf..1421b94 100644 --- a/src/common.h +++ b/src/common.h @@ -47,6 +47,7 @@ extern "C" { #define FLAG_CUSTOM 8 #define FLAG_EXCLUDE 16 #define FLAG_PWN 32 +#define FLAG_NOACTION 64 extern int use_apple_server; -- cgit v1.1-32-gdbae