#ifndef FUNCTIONS_H
#define FUNCTIONS_H

#include <nan.h>

NAN_METHOD(Connect);

#endif