Skip to content

Commit 13a2d93

Browse files
committed
Plugin Loading Unification progress
1 parent 4c419bb commit 13a2d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binaryninjacore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ extern "C"
192192
} PluginLoadStatus;
193193

194194
typedef bool (*BNCorePluginInitFunction)(void);
195+
typedef bool (*BNScriptPluginInitFunction)(const char*);
195196
typedef void (*BNCorePluginDependencyFunction)(void);
196197
typedef uint32_t (*BNCorePluginABIVersionFunction)(void);
197198

0 commit comments

Comments
 (0)