summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index e08633b1..aaf61c6d 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -960,7 +960,9 @@ extern "C"
FlowGraphIncludesUserComments,
FlowGraphAllowsPatching,
FlowGraphAllowsInlineInstructionEditing,
- FlowGraphShowsSecondaryRegisterHighlighting
+ FlowGraphShowsSecondaryRegisterHighlighting,
+ FlowGraphIsAddressable,
+ FlowGraphIsWorkflowGraph
} BNFlowGraphOption;
typedef enum BNILInstructionAttribute