#include #include "netlinkwrapper.h" void InitAll(v8::Local exports) { NetLinkWrapper::Init(exports); } NODE_MODULE(netlinksocket, InitAll)