diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-06 03:12:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-06 03:12:57 +0000 |
commit | cb23009aaad86567023af45dc913c489ef184cc6 (patch) | |
tree | 0e3e70f9035aaacc2fb0ddf41b253b03a1852c38 | |
parent | 406c902967f2b32bf1eb35b168fa841cbdd0e407 (diff) | |
download | perl-cb23009aaad86567023af45dc913c489ef184cc6.tar.gz |
... and the proto to go with #12865.
p4raw-id: //depot/perl@12866
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |