#include extern "C" { void init_plugin(Lua * L) { LuaSQLConnection::pushstatics(L); } }