Sha256: df7d74cd03f2c0c749f09d03112b93c112520ac7d6f3fa0566072b06b51b91eb
Contents?: true
Size: 420 Bytes
Versions: 58
Compression:
Stored size: 420 Bytes
Contents
#ifndef NOKOGIRI_XML_SYNTAX_ERROR #define NOKOGIRI_XML_SYNTAX_ERROR #include <nokogiri.h> void init_xml_syntax_error(); VALUE Nokogiri_wrap_xml_syntax_error(xmlErrorPtr error); void Nokogiri_error_array_pusher(void * ctx, xmlErrorPtr error); void Nokogiri_error_silencer(void * ctx, xmlErrorPtr error); NORETURN(void Nokogiri_error_raise(void * ctx, xmlErrorPtr error)); extern VALUE cNokogiriXmlSyntaxError; #endif
Version data entries
58 entries across 58 versions & 8 rubygems