From 43025927c6629904b59130bec66fc61ebc83ac4d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Mar 2010 08:18:47 +0000 Subject: * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 2cac1bcb53..e614ea4a01 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -95,6 +95,7 @@ VALUE rb_enc_str_buf_cat(VALUE str, const char *ptr, long len, rb_encoding *enc) VALUE rb_external_str_new_with_enc(const char *ptr, long len, rb_encoding *); VALUE rb_str_export_to_enc(VALUE, rb_encoding *); VALUE rb_str_conv_enc(VALUE str, rb_encoding *from, rb_encoding *to); +VALUE rb_str_conv_enc_opts(VALUE str, rb_encoding *from, rb_encoding *to, int ecflags, VALUE ecopts); /* index -> rb_encoding */ rb_encoding* rb_enc_from_index(int idx); -- cgit v1.2.3