/* $Id: ruby_xml_tree.h,v 1.2 2002/10/22 07:56:53 sean Exp $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_TREE__ #define __RUBY_XML_TREE__ extern VALUE cXMLTree; void ruby_init_xml_tree(void); #endif