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