summaryrefslogtreecommitdiff
path: root/ext/psych/psych_to_ruby.h
blob: 7b8e757a459e1ef83b0aa2a8395091ae63740c89 (plain)
1
2
3
4
5
6
7
8
#ifndef PSYCH_TO_RUBY_H
#define PSYCH_TO_RUBY_H

#include <psych.h>

void Init_psych_to_ruby(void);

#endif