ext/ox/ox.h in ox-2.9.4 vs ext/ox/ox.h in ox-2.10.0
- old
+ new
@@ -141,10 +141,12 @@
char convert_special;/* boolean true or false */
char allow_invalid; /* YesNo */
char inv_repl[12]; /* max 10 valid characters, first character is the length */
char strip_ns[64]; /* namespace to strip, \0 is no-strip, \* is all, else only matches */
struct _Hints *html_hints; /* html hints */
+ VALUE attr_key_mod;
+ VALUE element_key_mod;
#if HAS_ENCODING_SUPPORT
rb_encoding *rb_enc;
#elif HAS_PRIVATE_ENCODING
VALUE rb_enc;
#else
@@ -190,9 +192,10 @@
extern ID ox_attr_value_id;
extern ID ox_attrs_done_id;
extern ID ox_attributes_id;
extern ID ox_beg_id;
extern ID ox_bigdecimal_id;
+extern ID ox_call_id;
extern ID ox_cdata_id;
extern ID ox_comment_id;
extern ID ox_den_id;
extern ID ox_doctype_id;
extern ID ox_end_element_id;