summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h
index 970d5ace6..bc92cfe32 100644
--- a/include/mruby/string.h
+++ b/include/mruby/string.h
@@ -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);