summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-06 03:12:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-06 03:12:57 +0000
commitcb23009aaad86567023af45dc913c489ef184cc6 (patch)
tree0e3e70f9035aaacc2fb0ddf41b253b03a1852c38
parent406c902967f2b32bf1eb35b168fa841cbdd0e407 (diff)
downloadperl-cb23009aaad86567023af45dc913c489ef184cc6.tar.gz
... and the proto to go with #12865.
p4raw-id: //depot/perl@12866
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e1bc0677e9..27872ca980 100644
--- a/proto.h
+++ b/proto.h
@@ -802,6 +802,7 @@ PERL_CALLCONV UV Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **sw
PERL_CALLCONV UV Perl_to_utf8_lower(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
PERL_CALLCONV UV Perl_to_utf8_upper(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
PERL_CALLCONV UV Perl_to_utf8_title(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
+PERL_CALLCONV UV Perl_to_utf8_fold(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
#if defined(UNLINK_ALL_VERSIONS)
PERL_CALLCONV I32 Perl_unlnk(pTHX_ char* f);
#endif