summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/vm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ruby/vm.h b/include/ruby/vm.h
index 6843469735..27b976dd85 100644
--- a/include/ruby/vm.h
+++ b/include/ruby/vm.h
@@ -19,4 +19,10 @@
* http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/mvm/
*/
+/* VM type declaration */
+typedef struct rb_vm_struct ruby_vm_t;
+
+/* core API */
+int ruby_vm_destruct(ruby_vm_t *vm);
+
#endif /* RUBY_VM_H */