summaryrefslogtreecommitdiff
path: root/src/node_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_constants.h')
-rw-r--r--src/node_constants.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/node_constants.h b/src/node_constants.h
new file mode 100644
index 0000000000..1f02c51beb
--- /dev/null
+++ b/src/node_constants.h
@@ -0,0 +1,12 @@
+// Copyright 2009 Ryan Dahl <ry@tinyclouds.org>
+#ifndef SRC_CONSTANTS_H_
+#define SRC_CONSTANTS_H_
+
+#include <node.h>
+#include <v8.h>
+
+namespace node {
+void DefineConstants(v8::Handle<v8::Object> target);
+} // namespace node
+
+#endif // SRC_CONSTANTS_H_