summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/info.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-14 23:37:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-14 23:37:43 +0000
commitba69827bc5850d8e2ffa3c83bd1cfc5b95eb8c5d (patch)
treec9b9b60b17f0289cf25fc56dde510bca4506c77f /perl_checker.src/info.mli
parentd22a970196e532292d20dbaa5dc25ed5c35f6bc1 (diff)
downloadperl-MDK-Common-ba69827bc5850d8e2ffa3c83bd1cfc5b95eb8c5d.tar
perl-MDK-Common-ba69827bc5850d8e2ffa3c83bd1cfc5b95eb8c5d.tar.gz
perl-MDK-Common-ba69827bc5850d8e2ffa3c83bd1cfc5b95eb8c5d.tar.bz2
perl-MDK-Common-ba69827bc5850d8e2ffa3c83bd1cfc5b95eb8c5d.tar.xz
perl-MDK-Common-ba69827bc5850d8e2ffa3c83bd1cfc5b95eb8c5d.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r--perl_checker.src/info.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli
index ed9455e..6796a62 100644
--- a/perl_checker.src/info.mli
+++ b/perl_checker.src/info.mli
@@ -5,5 +5,8 @@ val current_file : string ref
val start_a_new_file : string -> unit
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 is_on_same_line : string -> int * int -> bool
+val is_on_same_line_current : int * int -> bool
val pos2sfull_current : int -> int -> string