summaryrefslogtreecommitdiff
path: root/ext/psych/emitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/emitter.h')
-rw-r--r--ext/psych/emitter.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/psych/emitter.h b/ext/psych/emitter.h
new file mode 100644
index 0000000000..560451ef31
--- /dev/null
+++ b/ext/psych/emitter.h
@@ -0,0 +1,8 @@
+#ifndef PSYCH_EMITTER_H
+#define PSYCH_EMITTER_H
+
+#include <psych.h>
+
+void Init_psych_emitter();
+
+#endif