aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vmsruby_private.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-25 23:35:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-25 23:35:25 +0000
commit0d5b973720d9ab919113b5502a3b65f5bb1d1986 (patch)
treec4ed573c74fe5f45e2f48ed9c8bafcec15376a75 /vms/vmsruby_private.h
parent55ec2ad1637d1aa4bbc7c433da8d4d4b7b1f3ecc (diff)
downloadruby-0d5b973720d9ab919113b5502a3b65f5bb1d1986.tar.gz
* vms/vmsruby_private.c, vms/vmsruby_private.h: private routines
for VMS port are added. * eval.c (ruby_init): change to call VMS private intialization routine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vms/vmsruby_private.h')
-rw-r--r--vms/vmsruby_private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vms/vmsruby_private.h b/vms/vmsruby_private.h
new file mode 100644
index 0000000000..24703dc7fc
--- /dev/null
+++ b/vms/vmsruby_private.h
@@ -0,0 +1,7 @@
+#ifndef VMSRUBY_H_INCLUDED
+#define VMSRUBY_H_INCLUDED
+
+void _vmsruby_init(void);
+long _vmsruby_set_switch(char *, char *);
+
+#endif /* VMSRUBY_H_INCLUDED */