summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-05-31 15:46:57 +0800
committerXusheng <xusheng@vector35.com>2021-06-11 10:37:10 +0800
commit93f91f8d2f1fef1866b3ee87042ec62f99a8d087 (patch)
tree55a6439dcf66d005eaa3493fe6eb190c6338b47e /binaryninjacore.h
parent7954a49df95eba2ec7efeca3b4493a6c51070236 (diff)
Add TypeReferenceChanged notification
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 35f653a2..9d9f3a35 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1313,6 +1313,7 @@ extern "C"
void (*stringRemoved)(void* ctxt, BNBinaryView* view, BNStringType type, uint64_t offset, size_t len);
void (*typeDefined)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, BNType* type);
void (*typeUndefined)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, BNType* type);
+ void (*typeReferenceChanged)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, BNType* type);
};
struct BNFileAccessor