Skip to content

Commit

Permalink
update core_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbryan committed Jul 18, 2022
1 parent 1e7c166 commit 72dfbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
extern "C" {
#endif

CORE_PLUGIN_API int core_plugin(void *loader, void *context);
CORE_PLUGIN_API int core_plugin(void *loader, void *handle, void *context);

DYNLINK_SYMBOL_EXPORT(core_plugin);

Expand Down
2 changes: 1 addition & 1 deletion source/cli/plugins/core_plugin/source/core_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ void *inspect(size_t argc, void *args[], void *data)
return metacall_value_create_string(inspect_str, size);
}

int core_plugin(void *loader, void *context)
int core_plugin(void *loader, void *handle, void *context)
{
int ret = 0;
{
Expand Down

0 comments on commit 72dfbdf

Please sign in to comment.