From b46e2e19c3a840e8e110f0b768efc73add56c33f Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 31 May 2023 17:16:41 -0400 Subject: Simplify template simplifier API; remove cursed RustString stuff --- binaryninjacore.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'binaryninjacore.h') 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, -- cgit v1.3.1