Sha256: b6081ca0e5e7d010d81830e4ecba4890ac7229d24d04aace341ba76e7f790e97
Contents?: true
Size: 318 Bytes
Versions: 8
Compression:
Stored size: 318 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ERROR__ #define __RXML_ERROR__ #include <libxml/xmlerror.h> extern VALUE eXMLError; void rxml_init_error(void); VALUE rxml_error_wrap(const xmlError *xerror); void rxml_raise(const xmlError *xerror); #endif
Version data entries
8 entries across 8 versions & 1 rubygems