Updated HA plugin to new APIs

This commit is contained in:
Martin Willi
2010-04-07 13:55:16 +02:00
parent 647008c8a7
commit 140418453a
9 changed files with 48 additions and 60 deletions
+3 -3
View File
@@ -97,10 +97,10 @@ static void destroy(private_ha_plugin_t *this)
free(this);
}
/*
* see header file
/**
* Plugin constructor
*/
plugin_t *plugin_create()
plugin_t *ha_plugin_create()
{
private_ha_plugin_t *this;
char *local, *remote, *secret;