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

#include <psych.h>

void Init_psych_emitter(void);

#endif