summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-12 17:37:15 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-12 17:37:15 -0500
commita766edb0683861bdd4e8c8e4887b9fe28a2d651d (patch)
tree3ccb18d70377d3679dfe17309f6b15539b9747b6
parent7d7e0fcd27812a42286ba736ed6d5217d87080a5 (diff)
adding missing sync plugin type
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 31085e72..f78eed47 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1029,7 +1029,8 @@ extern "C"
UiPluginType,
ArchitecturePluginType,
BinaryViewPluginType,
- HelperPluginType
+ HelperPluginType,
+ SyncPluginType
} BNPluginType;
typedef struct BNLookupTableEntry