Sha256: 3c32e8fcd6148711b24c139340c70cda970f40b841aef79912305c67f0f9eeff
Contents?: true
Size: 268 Bytes
Versions: 6
Compression:
Stored size: 268 Bytes
Contents
/* $Id: ruby_xml_ns.h 612 2008-11-21 08:01:29Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __rxml_NS__ #define __rxml_NS__ extern VALUE cXMLNS; void ruby_init_xml_ns(void); VALUE rxml_ns_wrap(xmlNsPtr ns); #endif
Version data entries
6 entries across 6 versions & 1 rubygems