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:
parent
ac619b9205
commit
93291de5aa
4 changed files with 72 additions and 0 deletions
7
vms/vmsruby_private.h
Normal file
7
vms/vmsruby_private.h
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue