Revision
3835
Author
lsansonetti@apple.com
Date
2010-03-19 17:17:41 -0700 (Fri, 19 Mar 2010)

Log Message

ditto

Modified Paths

Diff

Modified: MacRuby/trunk/encoding.h (3834 => 3835)


--- MacRuby/trunk/encoding.h	2010-03-20 00:17:30 UTC (rev 3834)
+++ MacRuby/trunk/encoding.h	2010-03-20 00:17:41 UTC (rev 3835)
@@ -292,6 +292,10 @@
 VALUE mr_enc_s_is_compatible(VALUE klass, SEL sel, VALUE str1, VALUE str2);
 VALUE rb_str_intern_fast(VALUE str);
 VALUE rstr_aref(VALUE str, SEL sel, int argc, VALUE *argv);
+VALUE rstr_swapcase(VALUE str, SEL sel);
+VALUE rstr_capitalize(VALUE str, SEL sel);
+VALUE rstr_upcase(VALUE str, SEL sel);
+VALUE rstr_downcase(VALUE str, SEL sel);
 
 // The following functions should always been prefered over anything else,
 // especially if this "else" is RSTRING_PTR and RSTRING_LEN.