diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-15 21:05:19 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-15 21:05:19 +0000 |
commit | e8f49597413c706024baa642a1fae22796a49670 (patch) | |
tree | 891e05acf2f0f3e88c7a8ae7eb18ac496e660c12 /proto.h | |
parent | 1b3bbdd4f97449e93e43ed1f2b1f60c96797a539 (diff) | |
download | perl-e8f49597413c706024baa642a1fae22796a49670.tar.gz |
Generated files
p4raw-id: //depot/perlio@10619
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ PERL_CALLCONV OP* Perl_block_end(pTHX_ I32 floor, OP* seq); PERL_CALLCONV I32 Perl_block_gimme(pTHX); PERL_CALLCONV int Perl_block_start(pTHX_ int full); PERL_CALLCONV void Perl_boot_core_UNIVERSAL(pTHX); +PERL_CALLCONV void Perl_boot_core_PerlIO(pTHX); PERL_CALLCONV void Perl_call_list(pTHX_ I32 oldscope, AV* av_list); PERL_CALLCONV bool Perl_cando(pTHX_ Mode_t mode, Uid_t effective, Stat_t* statbufp); PERL_CALLCONV U32 Perl_cast_ulong(pTHX_ NV f); |