DEBSOURCES
Skip Quicknav
sources / clearsilver / 0.10.5-7 / ruby / ext / hdf / neo_ruby.h
1234567891011
#ifndef __NEO_RUBY_H_ #define __NEO_RUBY_H_ typedef struct s_hdfh { HDF *hdf; struct s_hdfh *parent; VALUE top; } t_hdfh; #endif