diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-05-31 17:16:41 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-05-31 17:16:41 -0400 |
| commit | b46e2e19c3a840e8e110f0b768efc73add56c33f (patch) | |
| tree | 5a57db166c77be0ed9403d98d2c2edb3451974af /binaryninjacore.h | |
| parent | 348815b2ee562110063c512634d3543bd3ad80b6 (diff) | |
Simplify template simplifier API; remove cursed RustString stuff
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
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, |
