sharp/src/utilities.h
Lovell Fuller c7ccf6801d Expose runtime format availability
Aids addition of new format/method combos

Dogfood this in the test code
2015-02-26 19:41:33 +00:00

13 lines
212 B
C
Executable File

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