diff options
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r-- | perl_checker.src/common.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli index 276faca..df09b47 100644 --- a/perl_checker.src/common.mli +++ b/perl_checker.src/common.mli @@ -215,7 +215,7 @@ val words : string -> string list val to_CamelCase : string -> string option val concat_symlink : string -> string -> string val expand_symlinks : string -> string -val mtime : string -> int +val mtime : string -> float val updir : string -> int -> string val string_of_ref : 'a ref -> string val print_endline_flush_quiet : bool ref |