Define plugin version in all existing plugins
This commit is contained in:
@@ -62,7 +62,7 @@ METHOD(plugin_t, destroy, void,
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *tnc_imc_plugin_create(void)
|
||||
PLUGIN_DEFINE(tnc_imc)
|
||||
{
|
||||
private_tnc_imc_plugin_t *this;
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ METHOD(plugin_t, destroy, void,
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *tnc_imv_plugin_create()
|
||||
PLUGIN_DEFINE(tnc_imv)
|
||||
{
|
||||
private_tnc_imv_plugin_t *this;
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ METHOD(plugin_t, destroy, void,
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *tnc_tnccs_plugin_create(void)
|
||||
PLUGIN_DEFINE(tnc_tnccs)
|
||||
{
|
||||
private_tnc_tnccs_plugin_t *this;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ METHOD(plugin_t, destroy, void,
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *tnccs_11_plugin_create()
|
||||
PLUGIN_DEFINE(tnccs_11)
|
||||
{
|
||||
tnccs_11_plugin_t *this;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ METHOD(plugin_t, destroy, void,
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *tnccs_20_plugin_create()
|
||||
PLUGIN_DEFINE(tnccs_20)
|
||||
{
|
||||
tnccs_20_plugin_t *this;
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ METHOD(plugin_t, destroy, void,
|
||||
/*
|
||||
* see header file
|
||||
*/
|
||||
plugin_t *tnccs_dynamic_plugin_create()
|
||||
PLUGIN_DEFINE(tnccs_dynamic)
|
||||
{
|
||||
tnccs_dynamic_plugin_t *this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user