/* $Id: ruby_xml_parser.h 666 2008-12-07 00:16:50Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_PARSER__ #define __RXML_PARSER__ #define MAX_LIBXML_FEATURES_LEN 50 extern VALUE cXMLParser; void ruby_init_parser(); #endif