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
+2 -2
View File
@@ -38,9 +38,9 @@ struct plugin_t {
/**
* Plugin constructor function definiton.
*
* Each plugin has a constructor functions. This function is called on daemon
* Each plugin has a constructor function. This function is called on daemon
* startup to initialize each plugin.
* The plugin function is named plugin_create().
* The plugin function is named plugin_name_plugin_create().
*
* @return plugin_t instance
*/