summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/info.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-09 12:02:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-09 12:02:04 +0000
commit566dc80134a61ef7909315ddc902da511741e5f1 (patch)
treedda5abfbf25a7828b8119229ff62c0d8735a8890 /perl_checker.src/info.mli
parentf77da0ea13e278254462c123518881e1dc19085a (diff)
downloadperl-MDK-Common-566dc80134a61ef7909315ddc902da511741e5f1.tar
perl-MDK-Common-566dc80134a61ef7909315ddc902da511741e5f1.tar.gz
perl-MDK-Common-566dc80134a61ef7909315ddc902da511741e5f1.tar.bz2
perl-MDK-Common-566dc80134a61ef7909315ddc902da511741e5f1.tar.xz
perl-MDK-Common-566dc80134a61ef7909315ddc902da511741e5f1.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r--perl_checker.src/info.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli
new file mode 100644
index 0000000..5751d2b
--- /dev/null
+++ b/perl_checker.src/info.mli
@@ -0,0 +1,7 @@
+val lines_starts : (string * int list ref) list ref
+val current_file_lines_starts : int list ref
+val current_file : string ref
+val start_a_new_file : string -> unit
+val pos2line : string * int * int -> string * int * int * int
+val pos2sfull : string * int * int -> string
+val pos2sfull_current : int -> int -> string