Sha256: 8abcc7d0b58ac6b5baef0645c56314e131221244b95b272d67e3f636303174fc

Contents?: true

Size: 320 Bytes

Versions: 7

Compression:

Stored size: 320 Bytes

Contents

/* Please see the LICENSE file for copyright and distribution information */

#ifndef __RXML_ERROR__
#define __RXML_ERROR__

#include <libxml/xmlerror.h>

extern VALUE eXMLError;

void rxml_init_error(void);
VALUE rxml_error_wrap(xmlErrorPtr xerror);
NORETURN(void rxml_raise(xmlErrorPtr xerror));

#endif

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
libxml-ruby-4.1.2-x64-mingw-ucrt ext/libxml/ruby_xml_error.h
libxml-ruby-4.1.2 ext/libxml/ruby_xml_error.h
libxml-ruby-4.1.1-x64-mingw-ucrt ext/libxml/ruby_xml_error.h
libxml-ruby-4.1.1 ext/libxml/ruby_xml_error.h
libxml-ruby-4.1.0 ext/libxml/ruby_xml_error.h
libxml-ruby-4.0.0-x64-mingw-ucrt ext/libxml/ruby_xml_error.h
libxml-ruby-4.0.0 ext/libxml/ruby_xml_error.h