summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-05-20 18:34:53 -0400
committerGlenn Smith <glenn@vector35.com>2025-05-22 15:09:17 -0400
commit5094770405372098081110764843950364933904 (patch)
tree2bfb540eb99a414917cc9565f1562e0c8be58920 /binaryninjacore.h
parent1b579ce8166b960533e098e37a4f076ca5a8fe02 (diff)
Add TypeContainer::GetEmptyTypeContainer
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 40959041..20bc8028 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -3280,6 +3280,7 @@ extern "C"
TypeArchiveTypeContainerType,
DebugInfoTypeContainerType,
PlatformTypeContainerType,
+ EmptyTypeContainerType,
OtherTypeContainerType
} BNTypeContainerType;
@@ -5305,6 +5306,7 @@ extern "C"
const char* autoTypeSource, bool importDepencencies, BNTypeParserResult* result,
BNTypeParserError** errors, size_t* errorCount
);
+ BINARYNINJACOREAPI BNTypeContainer* BNGetEmptyTypeContainer();
BINARYNINJACOREAPI BNTagType* BNCreateTagType(BNBinaryView* view);
BINARYNINJACOREAPI BNTagType* BNNewTagTypeReference(BNTagType* tagType);