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
@@ -118,7 +118,7 @@ static void destroy(private_gcrypt_plugin_t *this)
/*
* see header file
*/
plugin_t *plugin_create()
plugin_t *gcrypt_plugin_create()
{
private_gcrypt_plugin_t *this;