Sha256: 32e0ec1ba16b8011e74602d279e481a398e2627fd3e47c4194ba522fdfd96901
Contents?: true
Size: 368 Bytes
Versions: 10
Compression:
Stored size: 368 Bytes
Contents
/* $Id: ruby_xml_node.h 758 2009-01-25 20:36:03Z 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_common(xmlNodePtr xnode); VALUE rxml_node_wrap(xmlNodePtr xnode); VALUE check_string_or_symbol(VALUE val); #endif
Version data entries
10 entries across 10 versions & 1 rubygems