aboutsummaryrefslogtreecommitdiffstats
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 94056bb043..59bb3fda2d 100644
--- a/internal.h
+++ b/internal.h
@@ -150,6 +150,7 @@ int rb_is_junk_name(VALUE name);
/* proc.c */
VALUE rb_proc_location(VALUE self);
+st_index_t rb_hash_proc(st_index_t hash, VALUE proc);
/* rational.c */
VALUE rb_lcm(VALUE x, VALUE y);