node/src/file.h

12 lines
167 B
C++

#ifndef node_file_h
#define node_file_h
#include <v8.h>
namespace node {
void Init_file (v8::Handle<v8::Object> target);
} // namespace node
#endif // node_file_h