mirror of https://github.com/nodejs/node.git
9 lines
127 B
C
9 lines
127 B
C
|
#ifndef node_process_h
|
||
|
#define node_process_h
|
||
|
|
||
|
#include <v8.h>
|
||
|
|
||
|
void NodeInit_process (v8::Handle<v8::Object> target);
|
||
|
|
||
|
#endif
|