From a5df0f6a65edda02aa70732de0321fae188d03ae Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 27 Oct 2009 11:46:58 +0100 Subject: Prefix all source files with node_ --- src/node_constants.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/node_constants.h (limited to 'src/node_constants.h') diff --git a/src/node_constants.h b/src/node_constants.h new file mode 100644 index 00000000000..1f02c51beb3 --- /dev/null +++ b/src/node_constants.h @@ -0,0 +1,12 @@ +// Copyright 2009 Ryan Dahl +#ifndef SRC_CONSTANTS_H_ +#define SRC_CONSTANTS_H_ + +#include +#include + +namespace node { +void DefineConstants(v8::Handle target); +} // namespace node + +#endif // SRC_CONSTANTS_H_ -- cgit v1.2.3