From 290374ed95c31744ded99280af99bb1f2ec5a37f Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 17 Oct 2025 10:20:44 -0400 Subject: Add Type::SetIgnored API --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 3e34662c..f19d57d5 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -6799,6 +6799,7 @@ extern "C" BINARYNINJACOREAPI char* BNGetTypeAndName(BNType* type, BNQualifiedName* name, BNTokenEscapingType escaping); BINARYNINJACOREAPI void BNFreeType(BNType* type); BINARYNINJACOREAPI void BNFreeTypeList(BNType** types, size_t count); + BINARYNINJACOREAPI BNType* BNTypeSetIgnored(BNType* type, bool ignored); BINARYNINJACOREAPI BNTypeBuilder* BNCreateTypeBuilderFromType(BNType* type); BINARYNINJACOREAPI BNTypeBuilder* BNCreateVoidTypeBuilder(void); -- cgit v1.3.1