summaryrefslogtreecommitdiff
path: root/src/node_net.h
blob: 97a978dbc6c7b043094b5d1cf72410e3c18bd259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NODE_NET
#define NODE_NET

#include <v8.h>

namespace node {

void InitNet(v8::Handle<v8::Object> target);

}

#endif  // NODE_NET