node/node_tcp.h

9 lines
122 B
C

#ifndef node_tcp_h
#define node_tcp_h
#include <v8.h>
void node_tcp_initialize (v8::Handle<v8::Object> target);
#endif