Sha256: f2f8aa2381c772f777caf6f3377b81cce42484489170484acab81e3296c9d606
Contents?: true
Size: 320 Bytes
Versions: 3
Compression:
Stored size: 320 Bytes
Contents
/* $Id: ruby_xml_node.h 850 2009-03-21 22:21:14Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_NODE__ #define __RXML_NODE__ extern VALUE cXMLNode; void rxml_init_node(void); void rxml_node_mark(xmlNodePtr xnode); VALUE rxml_node_wrap(xmlNodePtr xnode); #endif
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
coupa-libxml-ruby-1.1.4 | ext/libxml/ruby_xml_node.h |
libxml-ruby-1.1.3 | ext/libxml/ruby_xml_node.h |
libxml-ruby-1.1.3-x86-mswin32-60 | ext/libxml/ruby_xml_node.h |