1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/vms/vmsruby_private.h
nobu 0d5b973720 * 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
2005-05-25 23:35:25 +00:00

7 lines
156 B
C

#ifndef VMSRUBY_H_INCLUDED
#define VMSRUBY_H_INCLUDED
void _vmsruby_init(void);
long _vmsruby_set_switch(char *, char *);
#endif /* VMSRUBY_H_INCLUDED */