#ifndef CLOSE_H
#define CLOSE_H
void Close(Nan::NAN_METHOD_ARGS_TYPE info);
void CloseSync(Nan::NAN_METHOD_ARGS_TYPE info);
#endif

