Gil Costa - 2014-04-21

The simple solution is to rename the connect function.
At PluginManager.cpp, line 56:
registerFunction = reinterpret_cast<fnregisterplugin*>(lib->getSymbol("connectToPlumaHost"));</fnregisterplugin*>

And on the plugins connectors:
PLUMA_CONNECTOR bool connectToPlumaHost(pluma::Host& host){ ... }