Sha256: 9c88825cb820a8d036e23fcbf4cca4e78773c0e5a0bdc711df2132e26ac6f040
Contents?: true
Size: 260 Bytes
Versions: 40
Compression:
Stored size: 260 Bytes
Contents
/* 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
40 entries across 40 versions & 1 rubygems