summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-31 00:57:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-31 00:57:42 +0000
commit9f4817dbf9f375fea5253c12557f39e3774b891c (patch)
tree5571dace6798f9f2ca01ccd6abbe009034758ad3 /proto.h
parent177cde4c6a7c3c42786feaab44e78d637bb4cb97 (diff)
downloadperl-9f4817dbf9f375fea5253c12557f39e3774b891c.tar.gz
Enable -Mencoding=foobar also for string literals.
p4raw-id: //depot/perl@12782
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 dc96ebe45f..7d9bc021f8 100644
--- a/proto.h
+++ b/proto.h
@@ -760,6 +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*);
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);