summaryrefslogtreecommitdiff
path: root/vms/vmsruby_private.h
diff options
context:
space:
mode:
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 */