#ifndef SRC_UTILITIES_H_ #define SRC_UTILITIES_H_ #include "nan.h" NAN_METHOD(cache); NAN_METHOD(concurrency); NAN_METHOD(counters); NAN_METHOD(libvipsVersion); #endif // SRC_UTILITIES_H_