Sha256: c179d7e1b63d46c6eee4e54425af77ea3f6caab736d897da0df82dbf5161d5cf
Contents?: true
Size: 270 Bytes
Versions: 8
Compression:
Stored size: 270 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_DOCUMENT__ #define __RXML_DOCUMENT__ extern VALUE cXMLDocument; void rxml_init_document(void); VALUE rxml_document_wrap(xmlDocPtr xnode); typedef xmlChar * xmlCharPtr; #endif
Version data entries
8 entries across 8 versions & 1 rubygems