Removed stray *_plugin_create() declarations from header files
This commit is contained in:
@@ -39,9 +39,4 @@ struct eap_peap_plugin_t {
|
|||||||
plugin_t plugin;
|
plugin_t plugin;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a eap_peap_plugin instance.
|
|
||||||
*/
|
|
||||||
plugin_t *eap_peap_plugin_create();
|
|
||||||
|
|
||||||
#endif /** EAP_PEAP_PLUGIN_H_ @}*/
|
#endif /** EAP_PEAP_PLUGIN_H_ @}*/
|
||||||
|
|||||||
@@ -39,9 +39,4 @@ struct eap_tls_plugin_t {
|
|||||||
plugin_t plugin;
|
plugin_t plugin;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a eap_tls_plugin instance.
|
|
||||||
*/
|
|
||||||
plugin_t *eap_tls_plugin_create();
|
|
||||||
|
|
||||||
#endif /** EAP_TLS_PLUGIN_H_ @}*/
|
#endif /** EAP_TLS_PLUGIN_H_ @}*/
|
||||||
|
|||||||
@@ -39,9 +39,4 @@ struct eap_ttls_plugin_t {
|
|||||||
plugin_t plugin;
|
plugin_t plugin;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a eap_ttls_plugin instance.
|
|
||||||
*/
|
|
||||||
plugin_t *eap_ttls_plugin_create();
|
|
||||||
|
|
||||||
#endif /** EAP_TTLS_PLUGIN_H_ @}*/
|
#endif /** EAP_TTLS_PLUGIN_H_ @}*/
|
||||||
|
|||||||
Reference in New Issue
Block a user