From 93291de5aa9378d089d01555507e4dd828f70dcb Mon Sep 17 00:00:00 2001 From: akiyoshi Date: Fri, 17 Dec 2004 05:03:33 +0000 Subject: 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 --- vms/vmsruby_private.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vms/vmsruby_private.h (limited to 'vms/vmsruby_private.h') 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 */ -- cgit v1.2.3