summaryrefslogtreecommitdiff
path: root/ruby_2_2/ext/psych/psych_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/ext/psych/psych_parser.h')
-rw-r--r--ruby_2_2/ext/psych/psych_parser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby_2_2/ext/psych/psych_parser.h b/ruby_2_2/ext/psych/psych_parser.h
new file mode 100644
index 0000000000..beb3dd0709
--- /dev/null
+++ b/ruby_2_2/ext/psych/psych_parser.h
@@ -0,0 +1,6 @@
+#ifndef PSYCH_PARSER_H
+#define PSYCH_PARSER_H
+
+void Init_psych_parser(void);
+
+#endif