diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 1aa4385c0d..9f219d5880 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -251,6 +251,7 @@ typedef struct { typedef struct { int flags; + /* replacement character, etc. */ } rb_econv_option_t; void rb_econv_opts(VALUE hash, rb_econv_option_t *opts);