mirror of https://github.com/lukechilds/node.git
Ryan Dahl
15 years ago
5 changed files with 17 additions and 17 deletions
@ -0,0 +1,12 @@ |
|||
#ifndef NODE_NET |
|||
#define NODE_NET |
|||
|
|||
#include <v8.h> |
|||
|
|||
namespace node { |
|||
|
|||
void InitNet(v8::Handle<v8::Object> target); |
|||
|
|||
} |
|||
|
|||
#endif // NODE_NET
|
@ -1,12 +0,0 @@ |
|||
#ifndef NODE_NET2 |
|||
#define NODE_NET2 |
|||
|
|||
#include <v8.h> |
|||
|
|||
namespace node { |
|||
|
|||
void InitNet2(v8::Handle<v8::Object> target); |
|||
|
|||
} |
|||
|
|||
#endif // NODE_NET2
|
Loading…
Reference in new issue