From 6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 23 Feb 2010 16:17:48 +0100 Subject: Removing the plugin constructor declarations from the header files. --- src/libstrongswan/plugins/pgp/pgp_plugin.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libstrongswan/plugins/pgp/pgp_plugin.h') 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_ @}*/ -- cgit v1.2.3