diff options
Diffstat (limited to 'include/ruby/encoding.h')
| -rw-r--r-- | include/ruby/encoding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 1aa4385c0..9f219d588 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); |
