summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/info.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-30 20:55:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-30 20:55:11 +0000
commit26815d8c809e3ebe8a1f1d41cf8f4b28234089e6 (patch)
tree1df551d6d4e7afcc47221f207913aeb328b4aad2 /perl_checker.src/info.mli
parentaa1c154e46f6886584b9c16f894e0ff2dcabdbfa (diff)
downloadperl_checker-26815d8c809e3ebe8a1f1d41cf8f4b28234089e6.tar
perl_checker-26815d8c809e3ebe8a1f1d41cf8f4b28234089e6.tar.gz
perl_checker-26815d8c809e3ebe8a1f1d41cf8f4b28234089e6.tar.bz2
perl_checker-26815d8c809e3ebe8a1f1d41cf8f4b28234089e6.tar.xz
perl_checker-26815d8c809e3ebe8a1f1d41cf8f4b28234089e6.zip
display relative file names when nicer
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r--perl_checker.src/info.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli
index cca0709..bd72bc7 100644
--- a/perl_checker.src/info.mli
+++ b/perl_checker.src/info.mli
@@ -5,6 +5,8 @@ val current_file : string ref
val start_a_new_file : string -> unit
val add_a_file : string -> int list -> unit
val get_lines_starts_for_file : string -> int list
+val file_to_absolute_file : string -> string
+val absolute_file_to_file : string -> string
val raw_pos2raw_line : string -> int -> int * int
val pos2line : string * int * int -> string * int * int * int
val pos2s : string * int * int -> string