summaryrefslogtreecommitdiff
path: root/ext/psych/psych_yaml_tree.h
blob: 4628a69d712e8313be4c7d5279742d8221d480d2 (plain)
1
2
3
4
5
6
7
8
#ifndef PSYCH_YAML_TREE_H
#define PSYCH_YAML_TREE_H

#include <psych.h>

void Init_psych_yaml_tree(void);

#endif