summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-06-15 21:05:19 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-06-15 21:05:19 +0000
commite8f49597413c706024baa642a1fae22796a49670 (patch)
tree891e05acf2f0f3e88c7a8ae7eb18ac496e660c12 /proto.h
parent1b3bbdd4f97449e93e43ed1f2b1f60c96797a539 (diff)
downloadperl-e8f49597413c706024baa642a1fae22796a49670.tar.gz
Generated files
p4raw-id: //depot/perlio@10619
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 9e5494c99d..65b48839de 100644
--- a/proto.h
+++ b/proto.h
@@ -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);