summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
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);