diff options
| -rw-r--r-- | binaryninjacore.h | 3 |
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 |
