Sha256: ea5c6af5dc09d7a8f6144902b391cc7bbe15971d8179fdb7986f27b37c3289cf
Contents?: true
Size: 266 Bytes
Versions: 16
Compression:
Stored size: 266 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(); VALUE rxml_document_wrap(xmlDocPtr xnode); typedef xmlChar * xmlCharPtr; #endif
Version data entries
16 entries across 16 versions & 1 rubygems