summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 35dcc31b..b09a917a 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -3232,8 +3232,7 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI bool BNParseTypeString(BNBinaryView* view, const char* text,
BNQualifiedNameAndType* result, char** errors);
- BINARYNINJACOREAPI bool BNParseTypesString(BNBinaryView* view, const char* text,
- BNQualifiedNameAndType** result, size_t* count, char** errors);
+ BINARYNINJACOREAPI bool BNParseTypesString(BNBinaryView* view, const char* text, BNTypeParserResult* result, char** errors);
BINARYNINJACOREAPI void BNFreeQualifiedNameAndType(BNQualifiedNameAndType* obj);
BINARYNINJACOREAPI void BNFreeQualifiedNameAndTypeArray(BNQualifiedNameAndType* obj, size_t count);