From 4c278a57b59c4b8e913d17b47bc4828659b32659 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 12 May 2026 21:19:28 -0400 Subject: Changes related to display as/type toggling. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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 IsConst() const; Confidence IsVolatile() const; bool IsSystemCall() const; + BNIntegerDisplayType GetIntegerTypeDisplayType() const; void SetIntegerTypeDisplayType(BNIntegerDisplayType displayType); Confidence> GetChildType() const; -- cgit v1.3.1