summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-31 03:22:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-31 03:22:34 +0000
commit6a18f72d4798d917d9d99f5cb0652f4a5ee06b54 (patch)
treee2aaa24292efd39381784be42980e387c30c8cc0 /proto.h
parentd521382bf0c8e54f9edce0c05df5bb707c9a49cb (diff)
downloadperl-6a18f72d4798d917d9d99f5cb0652f4a5ee06b54.tar.gz
Forgot new proto.
p4raw-id: //depot/perl@12787
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 fb69eff188..e1bc0677e9 100644
--- a/proto.h
+++ b/proto.h
@@ -760,7 +760,7 @@ PERL_CALLCONV void Perl_sv_pos_b2u(pTHX_ SV* sv, I32* offsetp);
/* PERL_CALLCONV char* sv_pvn_force(pTHX_ SV* sv, STRLEN* lp); */
PERL_CALLCONV char* Perl_sv_pvutf8n_force(pTHX_ SV* sv, STRLEN* lp);
PERL_CALLCONV char* Perl_sv_pvbyten_force(pTHX_ SV* sv, STRLEN* lp);
-PERL_CALLCONV void Perl_sv_recode_to_utf8(pTHX_ SV* sv, SV *encoding);
+PERL_CALLCONV char* Perl_sv_recode_to_utf8(pTHX_ SV* sv, SV *encoding);
PERL_CALLCONV char* Perl_sv_reftype(pTHX_ SV* sv, int ob);
PERL_CALLCONV void Perl_sv_replace(pTHX_ SV* sv, SV* nsv);
PERL_CALLCONV void Perl_sv_report_used(pTHX);