summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index c91670a388..4a5134d20a 100644
--- a/internal.h
+++ b/internal.h
@@ -810,6 +810,7 @@ void rb_gc_free_dsymbol(VALUE);
VALUE rb_str_dynamic_intern(VALUE);
ID rb_id_attrget(ID id);
+VALUE rb_to_symbol(VALUE name);
VALUE rb_check_symbol(volatile VALUE *namep);
#ifdef RUBY_ENCODING_H
VALUE rb_check_symbol_cstr(const char *ptr, long len, rb_encoding *enc);