diff options
Diffstat (limited to 'src/libstrongswan/plugins/xcbc/xcbc_plugin.h')
-rw-r--r-- | src/libstrongswan/plugins/xcbc/xcbc_plugin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/plugins/xcbc/xcbc_plugin.h b/src/libstrongswan/plugins/xcbc/xcbc_plugin.h index 803d847aa..9824088c6 100644 --- a/src/libstrongswan/plugins/xcbc/xcbc_plugin.h +++ b/src/libstrongswan/plugins/xcbc/xcbc_plugin.h @@ -39,9 +39,4 @@ struct xcbc_plugin_t { plugin_t plugin; }; -/** - * Create a xcbc_plugin instance. - */ -plugin_t *plugin_create(); - #endif /** XCBC_PLUGIN_H_ @}*/ |