From: Jarkko Hietaniemi Date: Tue, 6 Nov 2001 03:12:57 +0000 (+0000) Subject: ... and the proto to go with #12865. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb23009aaad86567023af45dc913c489ef184cc6;p=p5sagit%2Fp5-mst-13.2.git ... and the proto to go with #12865. p4raw-id: //depot/perl@12866 --- diff --git a/proto.h b/proto.h index e1bc067..27872ca 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