Sha256: c4ac85c1c5bc376f517bcd5bec2f016c37d09d8588def2bea48fda1c563c0d45
Contents?: true
Size: 262 Bytes
Versions: 40
Compression:
Stored size: 262 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ERROR__ #define __RXML_ERROR__ extern VALUE eXMLError; void rxml_init_error(); VALUE rxml_error_wrap(xmlErrorPtr xerror); void rxml_raise(xmlErrorPtr xerror); #endif
Version data entries
40 entries across 40 versions & 1 rubygems