summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brandt <joelrbrandt@gmail.com>2012-06-05 18:32:44 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2012-06-06 05:31:09 +0200
commitb9c5eee7d9ad8d720c6f28dc78ab288c7b0e004c (patch)
tree530d526fd00dfc33a7f1b1456ed248ee5f2944e9
parent5f411405356cd184560507ce870a664e4ef5417f (diff)
downloadnode-b9c5eee7d9ad8d720c6f28dc78ab288c7b0e004c.tar.gz
add NODE_EXTERN to node::Start
-rw-r--r--src/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index aed1078b2..9884a4d12 100644
--- a/src/node.h
+++ b/src/node.h
@@ -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[]);