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