summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 16:20:21 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:06 +0100
commitd4bd48023fe0ba950fface5aa859b6852aa29fc4 (patch)
tree673f6c68531e9ad878333d193a32f95165a7d3db /vms/vmsish.h
parentfca5fb9612a125f48173bedf2c079778d7bc54dd (diff)
downloadperl-d4bd48023fe0ba950fface5aa859b6852aa29fc4.tar.gz
vms/vmsish.h: move a function declaration from doio.c
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r--vms/vmsish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 5011590157..669ed5cab7 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -663,6 +663,7 @@ void init_os_extras (void);
int Perl_vms_status_to_unix(int vms_status, int child_flag);
int Perl_unix_status_to_vms(int unix_status);
int Perl_vmstrnenv (const char *, char *, unsigned long int, struct dsc$descriptor_s **, unsigned long int);
+PerlIO *Perl_vms_start_glob(pTHX_ SV *, IO *);
char * Perl_vms_realpath (pTHX_ const char *, char *, int *);
char * Perl_my_getenv (pTHX_ const char *, bool);
int Perl_my_trnlnm (pTHX_ const char *, char *, unsigned long int);