summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-16 08:29:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-16 08:29:54 +0000
commiteb7b3f484a407c1bbfe89627adaeb5edc5e77736 (patch)
tree62d701366d6bbe215deef1419a601334d74db1ed /proto.h
parenta05d7ebb5e798334196e3cff205b658506cc4384 (diff)
downloadperl-eb7b3f484a407c1bbfe89627adaeb5edc5e77736.tar.gz
Forgotten from #18715.
p4raw-id: //depot/perl@18716
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 fb6911ef96..4b527cd938 100644
--- a/proto.h
+++ b/proto.h
@@ -854,6 +854,7 @@ PERL_CALLCONV char* Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV
PERL_CALLCONV void Perl_vivify_defelem(pTHX_ SV* sv);
PERL_CALLCONV void Perl_vivify_ref(pTHX_ SV* sv, U32 to_what);
PERL_CALLCONV I32 Perl_wait4pid(pTHX_ Pid_t pid, int* statusp, int flags);
+PERL_CALLCONV U32 Perl_parse_unicode_opts(pTHX_ char **popt);
PERL_CALLCONV void Perl_report_evil_fh(pTHX_ GV *gv, IO *io, I32 op);
PERL_CALLCONV void Perl_report_uninit(pTHX);
PERL_CALLCONV void Perl_warn(pTHX_ const char* pat, ...)