diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 762cd275..71b506e0 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4281,6 +4281,7 @@ namespace BinaryNinja { TagReference(); TagReference(const BNTagReference& ref); + bool EqualsByData(const TagReference& other) const; bool operator==(const TagReference& other) const; bool operator!=(const TagReference& other) const; |
