]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Removed stray *_plugin_create() declarations from header files
authorTobias Brunner <tobias@strongswan.org>
Mon, 10 Jun 2013 16:33:49 +0000 (18:33 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 11 Jun 2013 09:18:19 +0000 (11:18 +0200)
src/libcharon/plugins/eap_peap/eap_peap_plugin.h
src/libcharon/plugins/eap_tls/eap_tls_plugin.h
src/libcharon/plugins/eap_ttls/eap_ttls_plugin.h

index 75bb504e139d5d465efcefb6ff0d8c1daf1a298d..0c3c571ef9cfffe2a4e7c5593a4e55da9ca0b41d 100644 (file)
@@ -39,9 +39,4 @@ struct eap_peap_plugin_t {
        plugin_t plugin;
 };
 
-/**
- * Create a eap_peap_plugin instance.
- */
-plugin_t *eap_peap_plugin_create();
-
 #endif /** EAP_PEAP_PLUGIN_H_ @}*/
index 5ea7196035452a1a8d391a210eabb91379d97422..33d0dfbafd7b7b2d1d86eead678e54381d7a8bba 100644 (file)
@@ -39,9 +39,4 @@ struct eap_tls_plugin_t {
        plugin_t plugin;
 };
 
-/**
- * Create a eap_tls_plugin instance.
- */
-plugin_t *eap_tls_plugin_create();
-
 #endif /** EAP_TLS_PLUGIN_H_ @}*/
index 2abc829310767d1a7462861c87455e4013b21717..ca84ad7bb324eb04c03ad7af19489e110f3803ac 100644 (file)
@@ -39,9 +39,4 @@ struct eap_ttls_plugin_t {
        plugin_t plugin;
 };
 
-/**
- * Create a eap_ttls_plugin instance.
- */
-plugin_t *eap_ttls_plugin_create();
-
 #endif /** EAP_TTLS_PLUGIN_H_ @}*/