diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-09 15:22:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-09 15:22:42 +0000 |
commit | 90a1e35737c0c02455d5fa85be7bd96339c9dc88 (patch) | |
tree | c42b6e522aff051481820912255572c10f205b6c /perl_checker.src/info.mli | |
parent | b5905a0ab6ffbcfe0e61f17bed255ea0cd59efbc (diff) | |
download | perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar.gz perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar.bz2 perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar.xz perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.zip |
perl_checker: entries in generated pot file are sorted by files
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r-- | perl_checker.src/info.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli index bd72bc7..d337316 100644 --- a/perl_checker.src/info.mli +++ b/perl_checker.src/info.mli @@ -11,6 +11,7 @@ val raw_pos2raw_line : string -> int -> int * int val pos2line : string * int * int -> string * int * int * int val pos2s : string * int * int -> string val pos2sfull : string * int * int -> string +val pos2s_for_po : string * int * int -> string val is_on_same_line : string -> int * int -> bool val is_on_same_line_current : int * int -> bool val pos2sfull_current : int -> int -> string |