summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-24 09:08:14 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-24 09:08:14 +0000
commit412d7f2ac8b8d226b5ba373178f4ce457f246032 (patch)
tree5d40559954953eb83597801cd35f4302925f0080 /proto.h
parent05b4157f6fee2ece5589511f927d566b229523f9 (diff)
downloadperl-412d7f2ac8b8d226b5ba373178f4ce457f246032.tar.gz
add rsignal(), whichsig() and do_join() to public API list
(mod_perl uses them to good advantage) p4raw-id: //depot/perl@5932
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 1be9992ffb..454ca5431b 100644
--- a/proto.h
+++ b/proto.h
@@ -217,7 +217,7 @@ PERL_CALLCONV OP* Perl_die_where(pTHX_ char* message, STRLEN msglen);
PERL_CALLCONV void Perl_dounwind(pTHX_ I32 cxix);
PERL_CALLCONV bool Perl_do_aexec(pTHX_ SV* really, SV** mark, SV** sp);
PERL_CALLCONV bool Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int flag);
-PERL_CALLCONV int Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int flag);
+PERL_CALLCONV int Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int mode);
PERL_CALLCONV void Perl_do_chop(pTHX_ SV* asv, SV* sv);
PERL_CALLCONV bool Perl_do_close(pTHX_ GV* gv, bool not_implicit);
PERL_CALLCONV bool Perl_do_eof(pTHX_ GV* gv);