X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=65b48839de0fd7f738e86a6d42deb4f341a1706d;hb=ccf874816b57b9b91848a81cf43371bf7b3f17c8;hp=9e5494c99dc05637479d918e546c3ab8e3a2301c;hpb=98994639e4e0e9a0cf55f6cc04e86c3779f35e38;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 9e5494c..65b4883 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);