aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/mysql/mysql_plugin.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-02-23 16:17:48 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-02 09:10:19 +0100
commit6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513 (patch)
treeab9dab344e19063e87cc134def5ca16663e1641d /src/libstrongswan/plugins/mysql/mysql_plugin.h
parent3cfbc91a98f2d603b99389fedae86027c5a4a450 (diff)
downloadstrongswan-6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513.tar.bz2
strongswan-6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513.tar.xz
Removing the plugin constructor declarations from the header files.
Diffstat (limited to 'src/libstrongswan/plugins/mysql/mysql_plugin.h')
-rw-r--r--src/libstrongswan/plugins/mysql/mysql_plugin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/plugins/mysql/mysql_plugin.h b/src/libstrongswan/plugins/mysql/mysql_plugin.h
index fa53c2b7a..d1f21870c 100644
--- a/src/libstrongswan/plugins/mysql/mysql_plugin.h
+++ b/src/libstrongswan/plugins/mysql/mysql_plugin.h
@@ -39,9 +39,4 @@ struct mysql_plugin_t {
plugin_t plugin;
};
-/**
- * Create a mysql_plugin instance.
- */
-plugin_t *plugin_create();
-
#endif /** MYSQL_PLUGIN_H_ @}*/