Changed plugin constructors from plugin_create to plugin_name_plugin_create.
This commit is contained in:
@@ -46,7 +46,7 @@ static void destroy(private_mysql_plugin_t *this)
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *plugin_create()
|
||||
plugin_t *mysql_plugin_create()
|
||||
{
|
||||
private_mysql_plugin_t *this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user