about summary refs log tree commit diff stats
path: root/example/src/middle.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/middle.h')
-rw-r--r--example/src/middle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/src/middle.h b/example/src/middle.h
new file mode 100644
index 0000000..820721d
--- /dev/null
+++ b/example/src/middle.h
@@ -0,0 +1,6 @@
+#ifndef EXAMPLE_SRC_MIDDLE_H_
+#define EXAMPLE_SRC_MIDDLE_H_
+
+uv_link_methods_t middle_methods;
+
+#endif  /* EXAMPLE_SRC_MIDDLE_H_ */