summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-11 19:21:23 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-12 15:48:43 +0000
commit64844641e1be28fdf8b7bba9436537339624f40b (patch)
tree5b2e2be4988f2baeae11add9a83a42f480939771 /embed.fnc
parent931e0695c454f4c18f68d30775151862650cc4d8 (diff)
downloadperl-64844641e1be28fdf8b7bba9436537339624f40b.tar.gz
upgrade bytes_to_uni
Message-ID: <20060512052123.GA21648@petdance.com> p4raw-id: //depot/perl@28180
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 1d98dff640..3fa7b932ca 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1224,6 +1224,7 @@ sR |const char *|get_num |NN const char *ppat|NN I32 *lenptr
ns |bool |need_utf8 |NN const char *pat|NN const char *patend
ns |char |first_symbol |NN const char *pat|NN const char *patend
sR |char * |sv_exp_grow |NN SV *sv|STRLEN needed
+sR |char * |bytes_to_uni |NN const U8 *start|STRLEN len|NN char *dest
#endif
#if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT)