Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
add NODE_EXTERN to node::Start
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrbrandt authored and bnoordhuis committed Jun 6, 2012
1 parent 5f41140 commit b9c5eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.h
Expand Up @@ -85,7 +85,7 @@

namespace node {

int Start(int argc, char *argv[]);
NODE_EXTERN int Start(int argc, char *argv[]);

char** Init(int argc, char *argv[]);
v8::Handle<v8::Object> SetupProcessObject(int argc, char *argv[]);
Expand Down

0 comments on commit b9c5eee

Please sign in to comment.