summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 4b4f43cc..7ac582d6 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -6436,9 +6436,7 @@ extern "C"
BINARYNINJACOREAPI uint32_t BNGetAddressRenderedWidth(uint64_t addr);
- BINARYNINJACOREAPI void BNRustFreeString(const char* const);
- BINARYNINJACOREAPI void BNRustFreeStringArray(const char** const, uint64_t);
- BINARYNINJACOREAPI char** BNRustSimplifyStrToFQN(const char* const, bool);
+ BINARYNINJACOREAPI BNQualifiedName BNRustSimplifyStrToFQN(const char* const, bool);
BINARYNINJACOREAPI char* BNRustSimplifyStrToStr(const char* const);
BINARYNINJACOREAPI BNDebugInfoParser* BNRegisterDebugInfoParser(const char* name,