From 95a4b66fd724cd0a4174ad2ecd8608a8f918aad5 Mon Sep 17 00:00:00 2001 From: rollsafe Date: Thu, 6 Jun 2019 20:12:59 -0400 Subject: Rename Function::AddUserCodeReference and Function::RemoveUserCodeReference --- binaryninjaapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 8d34bef3..21dd0b6c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2593,8 +2593,8 @@ namespace BinaryNinja void SetComment(const std::string& comment); void SetCommentForAddress(uint64_t addr, const std::string& comment); - void AddUserCodeRef(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr); - void RemoveUserCodeRef(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr); + void AddUserCodeReference(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr); + void RemoveUserCodeReference(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr); Ref GetLowLevelIL() const; size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr); -- cgit v1.3.1