diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-02-23 16:17:48 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 09:10:19 +0100 |
commit | 6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513 (patch) | |
tree | ab9dab344e19063e87cc134def5ca16663e1641d /src/libstrongswan/plugins/pgp/pgp_plugin.h | |
parent | 3cfbc91a98f2d603b99389fedae86027c5a4a450 (diff) | |
download | strongswan-6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513.tar.bz2 strongswan-6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513.tar.xz |
Removing the plugin constructor declarations from the header files.
Diffstat (limited to 'src/libstrongswan/plugins/pgp/pgp_plugin.h')
-rw-r--r-- | src/libstrongswan/plugins/pgp/pgp_plugin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/plugins/pgp/pgp_plugin.h b/src/libstrongswan/plugins/pgp/pgp_plugin.h index 95765cd76..8a0ab89d6 100644 --- a/src/libstrongswan/plugins/pgp/pgp_plugin.h +++ b/src/libstrongswan/plugins/pgp/pgp_plugin.h @@ -39,9 +39,4 @@ struct pgp_plugin_t { plugin_t plugin; }; -/** - * Create a pgp_plugin instance. - */ -plugin_t *plugin_create(); - #endif /** PGP_PLUGIN_H_ @}*/ |