Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_net.h « src - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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