Sha256: 8713369c9a014b0dd80953c9e5948e34825ad77fdb475797fce9747a0480fd33
Contents?: true
Size: 332 Bytes
Versions: 13
Compression:
Stored size: 332 Bytes
Contents
/* $Id: ruby_xml_namespace.h 758 2009-01-25 20:36:03Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_NAMESPACE__ #define __RXML_NAMESPACE__ extern VALUE cXMLNamespace; void rxml_init_namespace(void); VALUE rxml_namespace_wrap(xmlNsPtr xns, RUBY_DATA_FUNC freeFunc); #endif
Version data entries
13 entries across 13 versions & 2 rubygems