summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index be4e6313..d3bb4a15 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -19785,6 +19785,10 @@ namespace BinaryNinja {
BNBraceRequirement GetBraceRequirement() const;
bool HasBracesAroundSwitchCases() const;
bool GetDefaultBracesOnSameLine() const;
+
+ /*! Gets the maximum number of tokens to emit as a ternary operation. */
+ size_t GetMaxTernarySimplificationTokens() const;
+
bool IsSimpleScopeAllowed() const;
/*! Gets the list of lines in the output. */