Revision
4395
Author
lsansonetti@apple.com
Date
2010-07-30 15:35:50 -0700 (Fri, 30 Jul 2010)

Log Message

properly export rb_str_export_to_enc()

Modified Paths

Diff

Modified: MacRuby/trunk/include/ruby/encoding.h (4394 => 4395)


--- MacRuby/trunk/include/ruby/encoding.h	2010-07-30 08:23:17 UTC (rev 4394)
+++ MacRuby/trunk/include/ruby/encoding.h	2010-07-30 22:35:50 UTC (rev 4395)
@@ -35,6 +35,7 @@
 rb_encoding* rb_enc_check(VALUE,VALUE);
 VALUE rb_enc_associate_index(VALUE, int);
 VALUE rb_enc_associate(VALUE, rb_encoding*);
+VALUE rb_str_export_to_enc(VALUE str, rb_encoding *enc);
 void rb_enc_copy(VALUE dst, VALUE src);
 
 VALUE rb_enc_str_new(const char*, long, rb_encoding*);