summaryrefslogtreecommitdiff
path: root/src/node_file.h
blob: 8192ed9c2f011fb9d0f17d8cd57924b589c62af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SRC_NODE_FILE_H_
#define SRC_NODE_FILE_H_

#include "node.h"
#include "v8.h"

namespace node {

void InitFs(v8::Local<v8::Object> target);

}  // namespace node

#endif  // SRC_NODE_FILE_H_