summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-10 01:50:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-10 01:50:05 +0000
commit5de07ee4a9b1694219f221761755ca170cdf257f (patch)
tree8a57174a59326c52a56cb1b5534a6686062d4344 /perl_checker.src/common.mli
parent5bd2da47ac473de96fd6c24a9cebe1370ebb949e (diff)
downloadperl-MDK-Common-5de07ee4a9b1694219f221761755ca170cdf257f.tar
perl-MDK-Common-5de07ee4a9b1694219f221761755ca170cdf257f.tar.gz
perl-MDK-Common-5de07ee4a9b1694219f221761755ca170cdf257f.tar.bz2
perl-MDK-Common-5de07ee4a9b1694219f221761755ca170cdf257f.tar.xz
perl-MDK-Common-5de07ee4a9b1694219f221761755ca170cdf257f.zip
perl_checker: new --generate-pot feature
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r--perl_checker.src/common.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli
index 162b6bd..f3a66c7 100644
--- a/perl_checker.src/common.mli
+++ b/perl_checker.src/common.mli
@@ -187,6 +187,7 @@ val non_index : string -> char -> int
val non_rindex_from : string -> int -> char -> int
val non_rindex : string -> char -> int
val explode_string : string -> char list
+val count_matching_char : string -> char -> int
val is_uppercase : char -> bool
val is_lowercase : char -> bool
val char_is_alphanumerical : char -> bool