summaryrefslogtreecommitdiff
path: root/ext/psych/psych_emitter.h
blob: 560451ef3154a3d2de2da73d3ca063bdea292517 (plain)
1
2
3
4
5
6
7
8
#ifndef PSYCH_EMITTER_H
#define PSYCH_EMITTER_H

#include <psych.h>

void Init_psych_emitter();

#endif