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 613a5bf018..6c2951fa18 100644
--- a/internal.h
+++ b/internal.h
@@ -752,6 +752,7 @@ ID rb_sym2id_without_pindown(VALUE);
#ifdef RUBY_ENCODING_H
ID rb_check_id_cstr_without_pindown(const char *, long, rb_encoding *);
#endif
+ID rb_id_attrget(ID id);
/* proc.c */
VALUE rb_proc_location(VALUE self);