mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
13 lines
139 B
C++
13 lines
139 B
C++
#ifndef NODE_NET
|
|
#define NODE_NET
|
|
|
|
#include <v8.h>
|
|
|
|
namespace node {
|
|
|
|
void InitNet(v8::Handle<v8::Object> target);
|
|
|
|
}
|
|
|
|
#endif // NODE_NET
|