summaryrefslogtreecommitdiffstats
path: root/include/ruby/mvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/mvm.h')
-rw-r--r--include/ruby/mvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ruby/mvm.h b/include/ruby/mvm.h
index 6b6a2f523..24b8cb3fb 100644
--- a/include/ruby/mvm.h
+++ b/include/ruby/mvm.h
@@ -15,4 +15,7 @@
typedef struct rb_vm_struct rb_vm_t;
typedef struct rb_thread_struct rb_thread_t;
+VALUE *ruby_vm_verbose_ptr(rb_vm_t *);
+VALUE *ruby_vm_debug_ptr(rb_vm_t *);
+
#endif /* RUBY_MVM_H */