Removing the plugin constructor declarations from the header files.

This commit is contained in:
Tobias Brunner
2010-03-02 09:10:19 +01:00
parent 3cfbc91a98
commit 6cc13cd9c5
59 changed files with 0 additions and 295 deletions
@@ -39,9 +39,4 @@ struct sqlite_plugin_t {
plugin_t plugin;
};
/**
* Create a sqlite_plugin instance.
*/
plugin_t *plugin_create();
#endif /** SQLITE_PLUGIN_H_ @}*/