1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add private initialization routine for VMS.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akiyoshi 2004-12-17 05:03:33 +00:00
parent ac619b9205
commit 93291de5aa
4 changed files with 72 additions and 0 deletions

7
vms/vmsruby_private.h Normal file
View file

@ -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 */