Sha256: ae75a776a018a1eaa81a632251d3bc85d360f09cffea5faab24dd607deba6d06
Contents?: true
Size: 284 Bytes
Versions: 11
Compression:
Stored size: 284 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); NORETURN(void rxml_raise(xmlErrorPtr xerror)); #endif
Version data entries
11 entries across 11 versions & 1 rubygems