Sha256: 565b29a7d2e31639216340d71f8c9a34e8e691eaf4806aecaee2bf5687ab4411
Contents?: true
Size: 362 Bytes
Versions: 6
Compression:
Stored size: 362 Bytes
Contents
/* $Id: ruby_xml_parser_context.h 545 2008-11-17 05:29:39Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_PARSER_CONTEXT__ #define __RUBY_XML_PARSER_CONTEXT__ extern VALUE cXMLParserContext; void ruby_init_xml_parser_context(void); VALUE ruby_xml_parser_context_wrap(xmlParserCtxtPtr ctxt); #endif
Version data entries
6 entries across 6 versions & 1 rubygems