summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 504c591c..d9e1efc0 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -11217,6 +11217,7 @@ namespace BinaryNinja {
Confidence<bool> IsConst() const;
Confidence<bool> IsVolatile() const;
bool IsSystemCall() const;
+ BNIntegerDisplayType GetIntegerTypeDisplayType() const;
void SetIntegerTypeDisplayType(BNIntegerDisplayType displayType);
Confidence<Ref<Type>> GetChildType() const;