aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 4c476ec9d0..94056bb043 100644
--- a/internal.h
+++ b/internal.h
@@ -62,6 +62,10 @@ int rb_parse_in_eval(void);
int rb_parse_in_main(void);
VALUE rb_insns_name_array(void);
+/* cont.c */
+VALUE rb_obj_is_fiber(VALUE);
+void rb_fiber_reset_root_local_storage(VALUE);
+
/* debug.c */
PRINTF_ARGS(void ruby_debug_printf(const char*, ...), 1, 2);