Ruby 1.9.2p290(2011-07-09revision32553)

ext/psych/yaml_tree.h

Go to the documentation of this file.
00001 #ifndef PSYCH_YAML_TREE_H
00002 #define PSYCH_YAML_TREE_H
00003 
00004 #include <psych.h>
00005 
00006 void Init_psych_yaml_tree(void);
00007 
00008 #endif
00009