Sha256: 8e2184337b168e67d009f6299df60c4dacd34fd077dd996246eaaf9d5a6b79dd

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 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

2 entries across 2 versions & 1 rubygems

Version Path
libxml-ruby-3.0.0-x64-mingw32 ext/libxml/ruby_xml_error.h
libxml-ruby-3.0.0 ext/libxml/ruby_xml_error.h