aboutsummaryrefslogtreecommitdiffstats
path: root/transient_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'transient_heap.h')
-rw-r--r--transient_heap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/transient_heap.h b/transient_heap.h
index 0d90e4fc56..e257a8327b 100644
--- a/transient_heap.h
+++ b/transient_heap.h
@@ -34,6 +34,7 @@ int rb_transient_heap_managed_ptr_p(const void *ptr);
/* evacuate functions */
void rb_ary_transient_heap_evacuate(VALUE ary, int promote);
-void rb_obj_transient_heap_evacuate(VALUE ary, int promote);
+void rb_obj_transient_heap_evacuate(VALUE obj, int promote);
+void rb_struct_transient_heap_evacuate(VALUE st, int promote);
#endif