The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / file.h @ 90fc8d36

History | View | Annotate | Download (118 Bytes)

1 63a9cd38 Ryan
#ifndef node_file_h
2
#define node_file_h
3
4
#include <v8.h>
5
6
void NodeInit_file (v8::Handle<v8::Object> target);
7
8
#endif