Make str_modify public

This commit is contained in:
h2so5
2013-04-19 08:04:20 +09:00
parent c643324b9f
commit b9674c735e
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -40,6 +40,7 @@ struct RString {
#define MRB_STR_SHARED 256
void mrb_str_decref(mrb_state*, mrb_shared_string*);
void mrb_str_modify(mrb_state*, struct RString*);
mrb_value mrb_str_literal(mrb_state*, mrb_value);
void mrb_str_concat(mrb_state*, mrb_value, mrb_value);
mrb_value mrb_str_plus(mrb_state*, mrb_value, mrb_value);