summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-24 11:29:41 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-24 11:29:41 +0000
commitc60e0e098045567c2313456d074b4094292b050c (patch)
tree896b1b3ba573156a10390adcfe334f2d977086b3 /proto.h
parentf6c77cf1bf4d7cb2c7a64dd7608120b471f84062 (diff)
downloadperl-c60e0e098045567c2313456d074b4094292b050c.tar.gz
Generated files.
p4raw-id: //depot/perlio@9319
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 3e3a5d2b03..5a6ef0b949 100644
--- a/proto.h
+++ b/proto.h
@@ -499,6 +499,7 @@ PERL_CALLCONV void* Perl_my_memset(char* loc, I32 ch, I32 len);
#if !defined(PERL_OBJECT)
PERL_CALLCONV I32 Perl_my_pclose(pTHX_ PerlIO* ptr);
PERL_CALLCONV PerlIO* Perl_my_popen(pTHX_ char* cmd, char* mode);
+PERL_CALLCONV PerlIO* Perl_my_popen_list(pTHX_ char* mode, int n, SV ** args);
#endif
PERL_CALLCONV void Perl_my_setenv(pTHX_ char* nam, char* val);
PERL_CALLCONV I32 Perl_my_stat(pTHX);