summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index ed9e746bf0..f153658d50 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -643,6 +643,7 @@ void rb_str_setter(VALUE, ID, VALUE*);
VALUE rb_str_intern(VALUE);
VALUE rb_sym_to_s(VALUE);
VALUE rb_str_length(VALUE);
+long rb_str_offset(VALUE, long);
size_t rb_str_capacity(VALUE);
#if defined __GNUC__
#define rb_str_new_cstr(str) __extension__ ( \