diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |