Files
node-v0.x-archive/src/process.h
Ryan 63a9cd3897 everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy.
2009-04-15 10:08:28 +02:00

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