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
@@ -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;