mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
e02b71ebe8
(also lots of reorg.)
9 lines
122 B
C
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
|