Sha256: 574ee72270ae14e7bbf8a2d16975e3e5b979fbc3b85a66a4cf76eb6c7a1b6b42
Contents?: true
Size: 310 Bytes
Versions: 4
Compression:
Stored size: 310 Bytes
Contents
/* $Id: ruby_xml_namespace.h 666 2008-12-07 00:16:50Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_NAMESPACE__ #define __RXML_NAMESPACE__ extern VALUE cXMLNamespace; void ruby_init_xml_namespace(void); VALUE rxml_namespace_wrap(xmlNsPtr ns); #endif
Version data entries
4 entries across 4 versions & 1 rubygems