summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2000-06-26 04:55:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-27 02:24:00 +0000
commit1e72252ad7b8e23d1a1142285b8aa82986bd2491 (patch)
tree2339eb71d34c2aac1d9b384cb1041fce06d78252 /proto.h
parent524710647511337b71f94221f2bea48278a5a629 (diff)
downloadperl-1e72252ad7b8e23d1a1142285b8aa82986bd2491.tar.gz
bytes<->utf8 fixes
Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6242
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 2171aa15e1..c1d9a66fec 100644
--- a/proto.h
+++ b/proto.h
@@ -810,7 +810,7 @@ PERL_CALLCONV U8* Perl_utf16_to_utf8_reversed(pTHX_ U16* p, U8 *d, I32 bytelen);
PERL_CALLCONV I32 Perl_utf8_distance(pTHX_ U8 *a, U8 *b);
PERL_CALLCONV U8* Perl_utf8_hop(pTHX_ U8 *s, I32 off);
PERL_CALLCONV U8* Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN len);
-PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ U8 *s, STRLEN len);
+PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ U8 *s, STRLEN *len);
PERL_CALLCONV UV Perl_utf8_to_uv(pTHX_ U8 *s, I32* retlen);
PERL_CALLCONV U8* Perl_uv_to_utf8(pTHX_ U8 *d, UV uv);
PERL_CALLCONV void Perl_vivify_defelem(pTHX_ SV* sv);