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 feb51cf8a8..05a59253a5 100644
--- a/internal.h
+++ b/internal.h
@@ -356,6 +356,7 @@ void rb_gc_mark_symbols(void);
/* proc.c */
VALUE rb_proc_location(VALUE self);
st_index_t rb_hash_proc(st_index_t hash, VALUE proc);
+int rb_block_arity(void);
/* process.c */
#define RB_MAX_GROUPS (65536)