summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-30 01:24:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-30 01:24:29 +0000
commitc019660c8d223d1ce212949d8bde21e9b816e412 (patch)
tree27084fa01f1c4d691ee91b4e448185467b3e884c /proto.h
parentcadb39a9446639e3c297a768022eb9c72347992a (diff)
downloadperl-c019660c8d223d1ce212949d8bde21e9b816e412.tar.gz
More forgotten checkins.
p4raw-id: //depot/perl@13377
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 9bf7b3f758..688af73d1a 100644
--- a/proto.h
+++ b/proto.h
@@ -344,6 +344,7 @@ PERL_CALLCONV bool Perl_is_uni_xdigit(pTHX_ UV c);
PERL_CALLCONV UV Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp);
PERL_CALLCONV UV Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp);
PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp);
+PERL_CALLCONV UV Perl_to_uni_fold(pTHX_ UV c, U8 *p, STRLEN *lenp);
PERL_CALLCONV bool Perl_is_uni_alnum_lc(pTHX_ UV c);
PERL_CALLCONV bool Perl_is_uni_alnumc_lc(pTHX_ UV c);
PERL_CALLCONV bool Perl_is_uni_idfirst_lc(pTHX_ UV c);