diff options
| author | rollsafe <rollsafe@users.noreply.github.com> | 2019-06-06 20:12:59 -0400 |
|---|---|---|
| committer | rollsafe <rollsafe@users.noreply.github.com> | 2019-06-06 20:12:59 -0400 |
| commit | 95a4b66fd724cd0a4174ad2ecd8608a8f918aad5 (patch) | |
| tree | 7c1cdab71c68d523d5cfb4b8c66884d49fb813e1 /binaryninjacore.h | |
| parent | d15cca8c264cd442bbe1427844dc0d76d19d17df (diff) | |
Rename Function::AddUserCodeReference and Function::RemoveUserCodeReference
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index d7c43150..95c70b4e 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2528,8 +2528,8 @@ extern "C" BINARYNINJACOREAPI void BNSetFunctionComment(BNFunction* func, const char* comment); BINARYNINJACOREAPI void BNSetCommentForAddress(BNFunction* func, uint64_t addr, const char* comment); - BINARYNINJACOREAPI void BNAddUserCodeRef(BNFunction* func, BNArchitecture* fromArch, uint64_t fromAddr, uint64_t toAddr); - BINARYNINJACOREAPI void BNRemoveUserCodeRef(BNFunction* func, BNArchitecture* fromArch, uint64_t fromAddr, uint64_t toAddr); + BINARYNINJACOREAPI void BNAddUserCodeReference(BNFunction* func, BNArchitecture* fromArch, uint64_t fromAddr, uint64_t toAddr); + BINARYNINJACOREAPI void BNRemoveUserCodeReference(BNFunction* func, BNArchitecture* fromArch, uint64_t fromAddr, uint64_t toAddr); BINARYNINJACOREAPI BNBasicBlock* BNNewBasicBlockReference(BNBasicBlock* block); BINARYNINJACOREAPI void BNFreeBasicBlock(BNBasicBlock* block); |
