Sha256: b0d441eb99d8a7be28560b96910409340a5ce165af1f532e233b4074fa684176
Contents?: true
Size: 316 Bytes
Versions: 18
Compression:
Stored size: 316 Bytes
Contents
/* $Id: rxml_ns.h 324 2008-07-08 23:00:02Z cfis $ */ /* 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
18 entries across 18 versions & 3 rubygems