summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/info.mli
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r--perl_checker.src/info.mli1
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