summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze/analyze.h')
-rw-r--r--src/analyze/analyze.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/analyze/analyze.h b/src/analyze/analyze.h
index a6920b7653..a93603243c 100644
--- a/src/analyze/analyze.h
+++ b/src/analyze/analyze.h
@@ -18,7 +18,13 @@ typedef enum DotMode {
DEP_REQUIRE,
} DotMode;
+typedef enum CapabilityMode {
+ CAPABILITY_LITERAL,
+ CAPABILITY_MASK,
+} CapabilityMode;
+
extern DotMode arg_dot;
+extern CapabilityMode arg_capability;
extern char **arg_dot_from_patterns, **arg_dot_to_patterns;
extern usec_t arg_fuzz;
extern PagerFlags arg_pager_flags;