mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef node_tcp_h
|
|
#define node_tcp_h
|
|
|
|
#include <v8.h>
|
|
|
|
void Init_tcp (v8::Handle<v8::Object> target);
|
|
|
|
#endif
|