Changed plugin constructors from plugin_create to plugin_name_plugin_create.

This commit is contained in:
Tobias Brunner
2010-03-02 09:10:26 +01:00
parent 6cc13cd9c5
commit 9ce567f895
61 changed files with 92 additions and 67 deletions
@@ -44,7 +44,7 @@ static void destroy(private_kernel_pfkey_plugin_t *this)
/*
* see header file
*/
plugin_t *plugin_create()
plugin_t *kernel_pfkey_plugin_create()
{
private_kernel_pfkey_plugin_t *this = malloc_thing(private_kernel_pfkey_plugin_t);