summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.mli
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r--perl_checker.src/common.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli
index 89e6d19..162b6bd 100644
--- a/perl_checker.src/common.mli
+++ b/perl_checker.src/common.mli
@@ -202,6 +202,8 @@ val split_at2 : char -> char -> string -> string list
val words : string -> string list
val to_CamelCase : string -> string option
val string_of_ref : 'a ref -> string
+val print_endline_flush_quiet : bool ref
+val print_endline_flush : string -> unit
val is_int : float -> bool
val compare_lists : ('a -> 'b -> int) -> 'a list -> 'b list -> int
val compare_best : int -> int -> int