Sha256: b8bb1728d870ce60d1ddd4f005e7322d37faa5399c69301f405801c3e2b7cc4c
Contents?: true
Size: 350 Bytes
Versions: 6
Compression:
Stored size: 350 Bytes
Contents
/* $Id: ruby_xml_parser_context.h 612 2008-11-21 08:01:29Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __rxml_PARSER_CONTEXT__ #define __rxml_PARSER_CONTEXT__ extern VALUE cXMLParserContext; void ruby_init_xml_parser_context(void); VALUE rxml_parser_context_wrap(xmlParserCtxtPtr ctxt); #endif
Version data entries
6 entries across 6 versions & 1 rubygems