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