Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-12-13 10:42:45 +0300
committerRyan Dahl <ry@tinyclouds.org>2009-12-29 23:12:28 +0300
commit630bb7a0127df7606fc3d99d36170c378f09f6b9 (patch)
treeafb357dd7f89bf8a15e012ce13fe0a435a3d06ab /src/node_buffer.h
parent0afed523299515762e97ff40c12bf3285d24a38a (diff)
Rename blob to buffer.
Diffstat (limited to 'src/node_buffer.h')
-rw-r--r--src/node_buffer.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/node_buffer.h b/src/node_buffer.h
new file mode 100644
index 00000000000..f7006428a6e
--- /dev/null
+++ b/src/node_buffer.h
@@ -0,0 +1,12 @@
+#ifndef NODE_BUFFER
+#define NODE_BUFFER
+
+#include <v8.h>
+
+namespace node {
+
+void InitBuffer(v8::Handle<v8::Object> target);
+
+}
+
+#endif // NODE_BUFFER