Sha256: 6c87ce34fdc5e277dde605b9d90b32b21c33e572b3b79f3a15048d2105405a95
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 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 ruby_init_xml_error(); VALUE rxml_error_wrap(xmlErrorPtr xerror); void rxml_raise(xmlErrorPtr xerror); #endif
Version data entries
4 entries across 4 versions & 1 rubygems