mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
104 B
C
9 lines
104 B
C
|
#ifndef PSYCH_EMITTER_H
|
||
|
#define PSYCH_EMITTER_H
|
||
|
|
||
|
#include <psych.h>
|
||
|
|
||
|
void Init_psych_emitter();
|
||
|
|
||
|
#endif
|