From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/ruby/ext/psych/psych.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jni/ruby/ext/psych/psych.h (limited to 'jni/ruby/ext/psych/psych.h') diff --git a/jni/ruby/ext/psych/psych.h b/jni/ruby/ext/psych/psych.h new file mode 100644 index 0000000..1830ca4 --- /dev/null +++ b/jni/ruby/ext/psych/psych.h @@ -0,0 +1,20 @@ +#ifndef PSYCH_H +#define PSYCH_H + +#include + +#ifdef HAVE_RUBY_ENCODING_H +#include +#endif + +#include + +#include +#include +#include +#include + +extern VALUE mPsych; + + +#endif -- cgit v1.2.3