From 2375b0413acc1f3e6659fc110c13bcc061cd320d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 18 Dec 2002 16:02:09 +0000 Subject: new features including checking methods being available and unused functions --- perl_checker.src/info.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl_checker.src/info.mli') diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli index 4082306..cca0709 100644 --- a/perl_checker.src/info.mli +++ b/perl_checker.src/info.mli @@ -1,7 +1,10 @@ +val lines_starts : (string, int list) Hashtbl.t val current_file_lines_starts : int list ref val current_file_current_line : int ref 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 raw_pos2raw_line : string -> int -> int * int val pos2line : string * int * int -> string * int * int * int val pos2s : string * int * int -> string -- cgit v1.2.1