Define plugin version in all existing plugins

This commit is contained in:
Tobias Brunner
2025-08-22 15:32:39 +02:00
parent d087c349b4
commit 5cab5672e7
138 changed files with 138 additions and 139 deletions
@@ -57,7 +57,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *eap_ttls_plugin_create()
PLUGIN_DEFINE(eap_ttls)
{
eap_ttls_plugin_t *this;